From 1713618d4cc0194674f91fd2d24ef2de88f21784 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Thu, 18 Jan 2024 18:29:10 +0100 Subject: create small iced demo --- src/math/mod.rs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/math/mod.rs (limited to 'src/math/mod.rs') diff --git a/src/math/mod.rs b/src/math/mod.rs new file mode 100644 index 0000000..7b9c17c --- /dev/null +++ b/src/math/mod.rs @@ -0,0 +1,8 @@ +pub mod complex; +pub mod context; +pub mod expression; +pub mod function; +pub mod operation; +pub mod string; +pub mod commonsense; +pub mod expression_function; -- cgit v1.2.3-70-g09d2