summaryrefslogtreecommitdiff
path: root/library/src/shared/mod.rs
blob: f54241cfc5335262c35d9e49b79d8b7e971510da (plain) (blame)
1
2
3
4
5
6
7
//! Shared definitions for the standard library.

mod behave;
mod ext;

pub use behave::*;
pub use ext::*;