diff options
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -11,7 +11,7 @@ pub mod context; | |||
| 11 | 11 | ||
| 12 | pub use error::{CrimError,CrimResult}; | 12 | pub use error::{CrimError,CrimResult}; |
| 13 | pub use position::*; | 13 | pub use position::*; |
| 14 | pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList}; | 14 | pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash}; |
| 15 | 15 | ||
| 16 | #[derive(Debug)] | 16 | #[derive(Debug)] |
| 17 | pub struct Crimtag { | 17 | pub struct Crimtag { |
