//! Sanctioned integer conversions, justified by the 64-bit-only guard below.
//! A deliberate sibling of `musefs_db::convert`: the format crate is pure byte
//! surgery and does not link the SQLite store for one helper.
// musefs supports 64-bit targets only; this is the compile-time declaration
// of that boundary. It makes u64 <-> usize conversions lossless by
// construction.
const _: = assert!;
/// This crate's only sanctioned `u64 -> usize` cast (see the guard above).
pub