1 2 3 4 5 6 7
//! Experiments for `Extension` definitions. //! //! These may be moved to other crates in the future, or dropped altogether. pub mod arithmetic; pub mod collections; pub mod logic;