Collection of datastructures implemented in rust with minimal dependencies
Find a file
2025-11-23 13:58:50 +01:00
.github/workflows chore: remove uneeded ci 2025-06-04 22:21:36 +02:00
crates ci: automatic Rust CI changes 2025-07-02 15:07:28 +00:00
examples docs: btree map example 2025-07-02 18:09:14 +02:00
scripts test: testing for memory leaks 2025-06-05 20:06:59 +02:00
src chore(sync): disable unused warning for value used with pointers 2025-11-23 13:58:50 +01:00
tests feat(sync): add val method to SyncBox for Copy values 2025-11-23 13:37:18 +01:00
.gitignore chore: upload datastructures crate from my rs-basic repo 2025-06-04 22:21:16 +02:00
Cargo.lock docs: btree map example 2025-07-02 17:06:41 +02:00
Cargo.toml docs: btree map example 2025-07-02 17:06:41 +02:00
README.md chore: upload datastructures crate from my rs-basic repo 2025-06-04 22:21:16 +02:00

datastructurs

Project badge GitHub language count Rust CI

datastructurs is a Collection of datastructures implemented in rust with minimal dependencies.