/// A private module with helper functions for things that look like `[u8; N]`.
pub(crate)modarray_types;pub(crate)modbyte_types;/// A private module for working with IDs.
pub(crate)modid_types;/// SIMD traits to extend portable SIMD.
pub(crate)modsimd;/// A private module with helper traits for things like [`Vec<u8>`].
pub(crate)modvec_types;