michaelsproul / rust_sequence_trieLinks
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:
- PEG parser generator built on top of nom☆70Updated 5 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
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- ☆27Updated 10 years ago
- A zero-allocation ring buffer for storing text logs, implemented in Rust☆51Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Working group focused on language runtimes - implementing GC and concurrency in safe Rust APIs☆34Updated 7 years ago
- D-inspired contract programming in Rust using macros☆54Updated 4 years ago
- Ordered iterators☆10Updated 5 years ago
- A wrapper type for optionally giving up ownership of the underlying value.☆11Updated 7 years ago
- A general-purpose lens library for Rust.☆29Updated 8 years ago
- Experimental persistent collections in Rust☆45Updated 7 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- The empty type Void.☆70Updated 2 years ago
- A Cargo plugin to list unsafe code in a Rust project.☆45Updated 7 years ago
- Collection of typed data structures, trait operators and aliases☆51Updated 4 years ago
- A Rust compiler plugin and support library to annotate overflow behavior☆107Updated 2 years ago
- A very small GC in Rust, with a safe API☆62Updated last year
- A structure for holding a set of enum variants☆19Updated 6 years ago
- ☆53Updated 5 years ago
- ☆40Updated 6 years ago
- An intrusive splay tree implementation that is no-std compatible and free from allocation and moves☆67Updated 2 months ago
- A low-level, zero-copy, panic-free, binary serializer and deserializer. (parser and encoder)☆43Updated last year
- A double-ended priority queue implemented with an interval heap.☆17Updated 7 years ago
- A synchronization primitive for lock-free reads with one concurrent writer☆21Updated 8 years ago
- To futures-lite as futures-lite is to futures: smaller.☆54Updated 7 months ago
- A reader-writer lock that can be used with a Condvar.☆29Updated 9 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated 4 months ago
- Proof of concept of procedural macro input parsed by LALRPOP☆52Updated 2 years ago