summaryrefslogtreecommitdiff
path: root/library/src/lib.rs
diff options
context:
space:
mode:
authorMartin Haug <mhaug@live.de>2022-12-29 11:49:01 +0100
committerMartin Haug <mhaug@live.de>2022-12-29 11:49:01 +0100
commitbc535f7b7169d9e0ef26faca108518f4005cc76c (patch)
tree029b76a80215243420d48e0f54e5fdcc8d2869a2 /library/src/lib.rs
parent94b90761ebbdf33686e82feb5a89f98d049c5b65 (diff)
`read` function
Diffstat (limited to 'library/src/lib.rs')
-rw-r--r--library/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/lib.rs b/library/src/lib.rs
index a4c6fc30..e345bbee 100644
--- a/library/src/lib.rs
+++ b/library/src/lib.rs
@@ -124,6 +124,7 @@ fn scope() -> Scope {
std.def_func::<compute::EvenFunc>("even");
std.def_func::<compute::OddFunc>("odd");
std.def_func::<compute::ModFunc>("mod");
+ std.def_func::<compute::ReadFunc>("read");
std.def_func::<compute::CsvFunc>("csv");
std.def_func::<compute::JsonFunc>("json");
std.def_func::<compute::XmlFunc>("xml");