michaelsproul / rust_sequence_trie
Ergonomic trie data structure
☆26Updated 6 years ago
Alternatives and similar repositories for rust_sequence_trie:
Users that are interested in rust_sequence_trie are comparing it to the libraries listed below
- A double-ended priority queue implemented with an interval heap.☆18Updated 7 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- A pool of reusable values☆50Updated 5 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆43Updated 6 years ago
- Hazard pointer based concurrent memory reclamation for Rust.☆30Updated 4 years ago
- A fuzzing tool for incremental compilation that walks git history☆32Updated 6 years ago
- ☆25Updated 9 years ago
- rust histogram and percentile stats☆47Updated 4 years ago
- A structure for holding a set of enum variants☆20Updated 5 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated last year
- Access File System operations off-thread, using a Futures.☆69Updated 5 years ago
- A synchronization primitive for lock-free reads with one concurrent writer☆21Updated 7 years ago
- Type-level heterogeneous list, and indexing that, when coupled with type inference, approximates type-directed search☆17Updated 7 years ago
- A wrapper type for optionally giving up ownership of the underlying value.☆11Updated 6 years ago
- Rust library providing a counter-based thread barrier☆53Updated 6 years ago
- An ordered map and set based on a trie.☆29Updated 4 years ago
- The empty type Void.☆69Updated last year
- PEG parser generator built on top of nom☆69Updated 5 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Convert `try!()` into `?`s☆34Updated 7 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years ago
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 3 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated last month
- A drop-in replacement for Rust's std::BufReader, with extra features☆40Updated 2 years ago
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- To futures-lite as futures-lite is to futures: smaller.☆53Updated 2 months ago
- A dynamically typed value with fast downcasting.☆28Updated 9 years ago
- More maintainable Rust test☆28Updated 3 years ago