summaryrefslogtreecommitdiff
path: root/src/compute/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compute/mod.rs')
-rw-r--r--src/compute/mod.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/compute/mod.rs b/src/compute/mod.rs
new file mode 100644
index 00000000..ac278243
--- /dev/null
+++ b/src/compute/mod.rs
@@ -0,0 +1,5 @@
+//! Building blocks for the computational part.
+
+pub mod scope;
+pub mod table;
+pub mod value;