summaryrefslogtreecommitdiff
path: root/crimtag/src/lib.rs
diff options
context:
space:
mode:
authorMike Buland <mike@xagasoft.com>2026-07-07 15:10:21 -0700
committerMike Buland <mike@xagasoft.com>2026-07-07 15:10:21 -0700
commite1a688efb16f96a6dca3678c67ff38b7cabfa8c6 (patch)
tree374fef101bd0bc9cd7623ae1167d784bf832c64c /crimtag/src/lib.rs
parent1553b785cbc75bfc47066096b81d0066017a91ad (diff)
downloadcrimtag-e1a688efb16f96a6dca3678c67ff38b7cabfa8c6.tar.gz
crimtag-e1a688efb16f96a6dca3678c67ff38b7cabfa8c6.tar.bz2
crimtag-e1a688efb16f96a6dca3678c67ff38b7cabfa8c6.tar.xz
crimtag-e1a688efb16f96a6dca3678c67ff38b7cabfa8c6.zip
More augments and setup for use from other crates.HEADmain
Diffstat (limited to 'crimtag/src/lib.rs')
-rw-r--r--crimtag/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
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;
9mod error; 9mod error;
10pub mod context; 10pub mod context;
11 11
12pub use derive::CrimtagMappable;
13
12pub use error::{CrimError,CrimResult}; 14pub use error::{CrimError,CrimResult};
13pub use position::*; 15pub use position::*;
14pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash}; 16pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash};