/// Reexports core or std as `crate::std`
pub
/// Miscellaneous stuff
/// A wrapper that implements `CanAlloc` over a preallocated buffer
pub use Preallocated;
/// Byte traits exposing a checked API only
pub use crate;
/// A generic wrapper that implements the `Bytes*`-traits for the underlying element
pub use crateArray;