summaryrefslogtreecommitdiff
path: root/crimtag/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crimtag/src/lib.rs')
-rw-r--r--crimtag/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/crimtag/src/lib.rs b/crimtag/src/lib.rs
index e8f9e9f..0fe0e4e 100644
--- a/crimtag/src/lib.rs
+++ b/crimtag/src/lib.rs
@@ -9,6 +9,8 @@ mod position;
9mod error; 9mod error;
10pub mod context; 10pub mod context;
11 11
12pub use derive::CrimtagMappable;
13
12pub use error::{CrimError,CrimResult}; 14pub use error::{CrimError,CrimResult};
13pub use position::*; 15pub use position::*;
14pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash}; 16pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash};