pub use ;
/// Current full-graph interned mmap format emitted by the SDK writer.
///
/// Compatibility readers may still select an older artifact when no committed
/// artifact using this format is available. `preload_mmap_with_options` reports
/// the selected reader format for telemetry.
pub const INTERNED_MMAP_FORMAT_VERSION: u32 = FORMAT_VERSION;
pub