//! Re-exports from `revelo_util` for internal use by the core crate.
//! All Int*u / Float* aliases have been removed — parsers now use
//! native Rust types (u8, u16, u32, u64, u128, f32, f64).
//! This module is retained as a placeholder for any future revelo_util
//! re-exports needed by core sub-modules.