From e1a688efb16f96a6dca3678c67ff38b7cabfa8c6 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 7 Jul 2026 15:10:21 -0700 Subject: More augments and setup for use from other crates. --- crimtag/src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crimtag/src/lib.rs') 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; mod error; pub mod context; +pub use derive::CrimtagMappable; + pub use error::{CrimError,CrimResult}; pub use position::*; pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash}; -- cgit v1.2.3