summaryrefslogtreecommitdiff
path: root/src/func/mod.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2019-12-05 20:29:55 +0100
committerLaurenz <laurmaedje@gmail.com>2019-12-05 20:29:55 +0100
commitf5b104d0da1c414fb59878d7378add316ee14798 (patch)
tree56968591bd997aa78cb8690da318ee97a822f2a9 /src/func/mod.rs
parent72a9631b038d1a60e4e4a78e92cd69e6f8ce4316 (diff)
Rename crate `typst` -> `typstc` ✏
Diffstat (limited to 'src/func/mod.rs')
-rw-r--r--src/func/mod.rs6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs
index 7ee7d779..dd2a0ca9 100644
--- a/src/func/mod.rs
+++ b/src/func/mod.rs
@@ -7,8 +7,10 @@ use std::fmt::{self, Debug, Formatter};
use self::prelude::*;
#[macro_use]
-pub mod macros;
-pub mod map;
+mod macros;
+mod map;
+
+pub use map::ConsistentMap;
/// Useful imports for creating your own functions.
pub mod prelude {