5 lines
64 B
Rust
5 lines
64 B
Rust
//! Standard generic collections.
|
|
|
|
pub mod pair;
|
|
pub mod stack;
|
//! Standard generic collections.
|
|
|
|
pub mod pair;
|
|
pub mod stack;
|