summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2026-06-23 10:42:58 -0700
committerMike Buland <mike@xagasoft.com>2026-06-23 10:42:58 -0700
commitdad9a94d2bf494c27d829f2032d4d8bc7ad36ae9 (patch)
tree2a22f9968ace4b4bbddcb5452ffb138174cfe1c3 /src/lib.rs
parent0c1429fd7e6e1432e480e59ffc5b0e86588cd26e (diff)
downloadcrimtag-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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index db88a69..e8f9e9f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -11,7 +11,7 @@ pub mod context;
11 11
12pub use error::{CrimError,CrimResult}; 12pub use error::{CrimError,CrimResult};
13pub use position::*; 13pub use position::*;
14pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList}; 14pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash};
15 15
16#[derive(Debug)] 16#[derive(Debug)]
17pub struct Crimtag { 17pub struct Crimtag {