//! Shared low-level byte-reading primitives for the CATIA codec.
//!//! `wire` owns the checked [`Cursor`] and the compact-int / reference-token
//! readers that were previously duplicated across the `b5` and `e5` families.
pub(crate)modbytes;pub(crate)modcursor;pub(crate)modrecords;pub(crate)modtokens;pub(crate)usetokens::{compact_uint, counted_refs, object_ref};