extern crate alloc;
extern crate std;
/// Emplacer-related functionality.
/// Error type.
/// Primitive types.
/// Traits for flat types.
/// Utility functions used by macros, so they must be publicly available.
///
/// *Please, don't use them by yourself because they aren't stable.*
/// Flat vector itself and its helper types.
/// Smart pointer wrapping.