From f5b104d0da1c414fb59878d7378add316ee14798 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Thu, 5 Dec 2019 20:29:55 +0100 Subject: =?UTF-8?q?Rename=20crate=20`typst`=20->=20`typstc`=20=E2=9C=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/func/mod.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/func') 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 { -- cgit v1.2.3