diff options
| author | Mike Buland <mike@xagasoft.com> | 2026-06-23 10:42:58 -0700 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2026-06-23 10:42:58 -0700 |
| commit | dad9a94d2bf494c27d829f2032d4d8bc7ad36ae9 (patch) | |
| tree | 2a22f9968ace4b4bbddcb5452ffb138174cfe1c3 /src/lib.rs | |
| parent | 0c1429fd7e6e1432e480e59ffc5b0e86588cd26e (diff) | |
| download | crimtag-dad9a94d2bf494c27d829f2032d4d8bc7ad36ae9.tar.gz crimtag-dad9a94d2bf494c27d829f2032d4d8bc7ad36ae9.tar.bz2 crimtag-dad9a94d2bf494c27d829f2032d4d8bc7ad36ae9.tar.xz crimtag-dad9a94d2bf494c27d829f2032d4d8bc7ad36ae9.zip | |
Expose MappedHash, it may be useless though.
Diffstat (limited to 'src/lib.rs')
| -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 { |
