seanchen1991 / rust-data-structuresLinks
Just messing around with implementing data structures in Rust.
☆14Updated 4 months ago
Alternatives and similar repositories for rust-data-structures
Users that are interested in rust-data-structures are comparing it to the libraries listed below
Sorting:
- Blog posts, mostly about Rust.☆13Updated 4 years ago
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 6 years ago
- ☆22Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- Utilities building on top of Rust's async primitives.☆23Updated 6 years ago
- A tiny embedded, lock free, redis-like, pub+sub, brokerless, key value datastore. ømq+sled☆34Updated 2 years ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 4 years ago
- A global executor built on top of async-executor and smol☆74Updated last month
- Simple mathematical expression evaluator (aka calculator) built using Nom, Pratt Parser, LLVM, Cranelift and Relm.☆53Updated 5 years ago
- An in-memory SQL database in Rust.☆14Updated 4 years ago
- Traits extending the Rust Range structs in std::ops☆39Updated 2 years ago
- Low To High Level Math Library for Rust☆53Updated 3 years ago
- A dependency injection library for message-based applications☆38Updated 4 years ago
- futures::AtomicWaker extracted into its own crate☆34Updated 2 months ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Concurrent hash trie☆57Updated 5 years ago
- An default value loader from TOML for structopt☆28Updated last year
- Pure Rust library for Apache ZooKeeper built on tokio☆22Updated 4 months ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- ☆13Updated 3 years ago
- Rust closures you can transfer over an FFI boundary☆27Updated 4 years ago
- Thread-safe, reference-counted null-terminated immutable Rust strings.☆44Updated 9 months ago
- Yet Another Kev-Value DataBase☆19Updated 3 weeks ago
- Memory database☆56Updated last year
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- Anonymous enum and checked exception for Rust.☆23Updated 4 years ago
- Local Actor library based on may☆28Updated last year
- How to structure concurrent workflows in Rust, via five simple examples.☆32Updated 5 years ago
- A trait to abstract over common tree functionality☆35Updated 5 years ago
- An implementation of the `group_by` Haskell function for slice and strings☆54Updated 2 years ago