//! Shared definitions for the standard library.
mod behave;
mod ext;
pub use behave::*;
pub use ext::*;