diff options
Diffstat (limited to 'crimtag/src/lib.rs')
| -rw-r--r-- | crimtag/src/lib.rs | 2 |
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; | |||
| 9 | mod error; | 9 | mod error; |
| 10 | pub mod context; | 10 | pub mod context; |
| 11 | 11 | ||
| 12 | pub use derive::CrimtagMappable; | ||
| 13 | |||
| 12 | pub use error::{CrimError,CrimResult}; | 14 | pub use error::{CrimError,CrimResult}; |
| 13 | pub use position::*; | 15 | pub use position::*; |
| 14 | pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash}; | 16 | pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash}; |
