1//! Public data and type definitions used by the crate. 2 3mod offset; 4mod string_id; 5mod string_index; 6 7pub use offset::Offset; 8pub use string_id::StringId; 9pub use string_index::StringIndex;