1//! General-purpose collections. 2 3pub mod circularbuffer; 4#[macro_use] 5pub mod nevec; 6pub mod groupingmap; 7pub mod interner;