seanchen1991 / rust-data-structuresLinks
Just messing around with implementing data structures in Rust.
☆14Updated 8 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:
- VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.☆15Updated 6 years ago
- Blog posts, mostly about Rust.☆13Updated 4 years ago
- Pure Rust library for Apache ZooKeeper built on tokio☆22Updated 2 months ago
- ☆22Updated 3 years ago
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 3 years ago
- A dependency injection library for message-based applications☆39Updated 4 years ago
- futures::AtomicWaker extracted into its own crate☆38Updated 2 months ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- A radix tree implementation☆15Updated 3 years ago
- Traits extending the Rust Range structs in std::ops☆42Updated 2 years ago
- An default value loader from TOML for structopt☆28Updated 2 years ago
- An efficient JSON Value parser☆76Updated 2 years ago
- Static Linear Algebra System☆37Updated 2 years ago
- Rust crate for making Read streams peekable.☆26Updated 4 years ago
- A global executor built on top of async-executor and smol☆76Updated 5 months ago
- Run closures in parallel☆114Updated last year
- A more flexible version of the Rust `scoped-tls` library☆19Updated last year
- Rust web toolkit for impatient perfectionists☆43Updated last month
- An in-memory SQL database in Rust.☆14Updated 4 years ago
- cross-platform Rust API for memory mapped IO☆42Updated last year
- Utilities building on top of Rust's async primitives.☆24Updated 6 years ago
- super simple in-memory blocking LSM for constant-size keys and values☆73Updated 11 months ago
- A tiny embedded, lock free, redis-like, pub+sub, brokerless, key value datastore. ømq+sled☆34Updated 2 years ago
- Rust's missing `String` literal☆19Updated 6 years ago
- An updated version of linked-hash-map and friends☆141Updated 3 months ago
- Rust crate for accepting general reference-like values without proliferating generics.☆37Updated 9 years ago
- A tiny crate mimicking Elixir's pipe operator for Rust without macros.☆36Updated 4 years ago
- Integration between rust-base64 and serde☆16Updated last year
- One pointer wide trait objects which are also FFI safe, allowing traits to be passed to/from and implemented by C ABI code.☆43Updated 4 years ago
- ☆13Updated 3 years ago