michaelsproul / rust_sequence_trie
Ergonomic trie data structure
☆27Updated 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
Sorting:
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- A pool of reusable values☆50Updated 5 years ago
- A double-ended priority queue implemented with an interval heap.☆17Updated 7 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- ☆30Updated 3 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 2 months ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- A synchronization primitive for lock-free reads with one concurrent writer☆21Updated 8 years ago
- Rust macro crate used for fighting the borrow checker☆14Updated 8 years ago
- Tiny RPC framework for Rust☆33Updated 9 years ago
- Splay Tree based Collections (e.g., Map, Set, Heap) Library for Rust☆19Updated 2 years ago
- rust histogram and percentile stats☆47Updated 4 years ago
- ☆52Updated 5 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated 3 months ago
- Implementation of libm in rust☆34Updated 7 years ago
- A small Rust library for recycling types with owned memory☆33Updated 9 years ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago
- A wrapper type for optionally giving up ownership of the underlying value.☆11Updated 7 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated 2 years ago
- Run a function after some data was mutably borrowed☆30Updated 4 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- A fuzzing tool for incremental compilation that walks git history☆33Updated 7 years ago
- obsolete since rust 1.35.0 doesn't need it anymore☆10Updated 3 years ago
- PEG parser generator built on top of nom☆70Updated 5 years ago
- Rust: Get multiple mutable references to the same collection☆13Updated 7 years ago
- A general-purpose lens library for Rust.☆29Updated 8 years ago
- Type-Safe, Lazily Evaluated, Plugins for Extensible Types☆29Updated 8 years ago
- Ordered iterators☆10Updated 4 years ago