diff options
| author | Mike Buland <mike@xagasoft.com> | 2026-07-07 15:10:21 -0700 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2026-07-07 15:10:21 -0700 |
| commit | e1a688efb16f96a6dca3678c67ff38b7cabfa8c6 (patch) | |
| tree | 374fef101bd0bc9cd7623ae1167d784bf832c64c /crimtag/src/lib.rs | |
| parent | 1553b785cbc75bfc47066096b81d0066017a91ad (diff) | |
| download | crimtag-e1a688efb16f96a6dca3678c67ff38b7cabfa8c6.tar.gz crimtag-e1a688efb16f96a6dca3678c67ff38b7cabfa8c6.tar.bz2 crimtag-e1a688efb16f96a6dca3678c67ff38b7cabfa8c6.tar.xz crimtag-e1a688efb16f96a6dca3678c67ff38b7cabfa8c6.zip | |
Diffstat (limited to 'crimtag/src/lib.rs')
| -rw-r--r-- | crimtag/src/lib.rs | 2 |
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; | |||
| 9 | mod error; | 9 | mod error; |
| 10 | pub mod context; | 10 | pub mod context; |
| 11 | 11 | ||
| 12 | pub use derive::CrimtagMappable; | ||
| 13 | |||
| 12 | pub use error::{CrimError,CrimResult}; | 14 | pub use error::{CrimError,CrimResult}; |
| 13 | pub use position::*; | 15 | pub use position::*; |
| 14 | pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash}; | 16 | pub use context::{Context,Value,MappedStructure,StatefulContext,MappedValue,MappedList,MappedHash}; |
