//! Allocator API compatibility imports.
//!
//! This crate uses these re-exports everywhere instead of importing from
//! `allocator-api2` directly. On stable channels, they come from
//! `allocator-api2`. With the `nightly` feature enabled, they come from the
//! unstable allocator API in [`alloc`].
pub use ;
pub use Box;
pub use Vec;
pub use crate;
pub use crateBox;
pub use crateVec;