radn-rs/src/std/collections.rs

5 lines
64 B
Rust

//! Standard generic collections.
pub mod pair;
pub mod stack;