//! A re-implementation of various std features. Not perfect nor intended to be.
extern crate alloc;
// TODO: figure out a way to implement a macro-inclusive glob import properly
// pub mod prelude;
/// The `!` type.
///
/// See the crate [`never-say-never`](https://crates.io/never-say-never)
/// for more info.
pub use Never;