2022-11-26 17:13:31 +01:00

8 lines
107 B
Rust

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