From dad9a94d2bf494c27d829f2032d4d8bc7ad36ae9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 23 Jun 2026 10:42:58 -0700 Subject: Expose MappedHash, it may be useless though. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; pub use error::{CrimError,CrimResult}; pub use position::*; -pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList}; +pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash}; #[derive(Debug)] pub struct Crimtag { -- cgit v1.2.3