1//! # Rust DS 2//! 3//! `rust_ds` is a collection of data structures utilities to use in Rust. 4 5pub mod hash_table; 6pub mod linked_lists;