3 unstable releases
new 0.2.1 | Feb 14, 2025 |
---|---|
0.1.1 | Feb 12, 2025 |
0.1.0 | Jan 30, 2025 |
#1631 in Data structures
426 downloads per month
32KB
805 lines
Data Structures Crate
This is a library of data structures implemented in Rust. The goal of this project is to provide a collection of data structures that are not available in the Rust standard library. The library is designed to be easy to use and efficient.
This crate still in early stage of development, but the intended objective is to provide the following data structures:
- Linked List
- Double Linked List
- Hash Table
- Stack
- Queue
- Tree
- Graph
- Heap
Usage
Add this dependency to your Cargo.toml
[dependencies]
rust-ds = "0.2.1"
License
Licensed under
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)