1//! Types and functions for code that defines and/or uses `#[typeshare]`
2//! types.
34pub use typeshare_annotation::typeshare;
56mod integer;
7pub use integer::{usize_from_u53_saturated, I54, U53};
89// TODO: Expose and use this module's functionality.
10#[allow(dead_code)]
11mod json_date;