//! Byte-layout law: eunomia's native `Zeroable`/`Pod` markers and the safe
//! reinterpretation surface (`bytes_of`, `cast_slice`, `from_bytes`, …) the
//! stack marshals GPU/FFI buffers through — owned here instead of borrowed from
//! `bytemuck`. The `bytemuck` feature bridges these markers to
//! `bytemuck::{Pod, Zeroable}` for the contracts wgpu/metal/cuda fix at the
//! buffer boundary.
pub use ;
pub use ;