// `unsafe` is denied crate-wide; the sole exception is the wasm SIMD128 kernel
// in `simd::simd128`, which carries a scoped `#[allow(unsafe_code)]` and safety
// comments. All native, non-SIMD code stays unsafe-free.
pub use ;
pub use Error;
pub use ;
pub use FerrovecCore;