laysakura / trie-rsLinks
Memory efficient trie (prefix tree) library based on LOUDS
☆130Updated 9 months ago
Alternatives and similar repositories for trie-rs
Users that are interested in trie-rs are comparing it to the libraries listed below
Sorting:
- Semantic wrapper for byte count representations☆150Updated 3 weeks ago
- A simple bitset container for Rust☆158Updated 6 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- ☆313Updated 3 months ago
- Utilities for working with impl traits in Rust.☆118Updated 11 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆289Updated last month
- A lightweight version of pin-project written with declarative macros.☆263Updated last week
- Macro for writing nested `if let` expressions☆169Updated 4 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated 2 months ago
- extremely boring async function runner!☆162Updated 2 years ago
- An LCS based slice and string diffing implementation.☆88Updated last year
- Diff library with semantic cleanup, based on Google's diff-match-patch☆226Updated last week
- A Set of Bits☆72Updated 4 months ago
- Define your own PhantomData☆158Updated last week
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆99Updated 3 months ago
- Struct fields that are made read-only accessible to other modules☆260Updated last week
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 4 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Cargo extension for running Criterion.rs benchmarks☆209Updated 7 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆170Updated last year
- Macros for deriving as functions to access Enums as their inner components☆104Updated last year
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆148Updated 3 years ago
- Blazing fast immutable collection datatypes for Rust.☆128Updated 3 weeks ago
- A Vec of Bits☆184Updated 4 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆271Updated last month
- ☆77Updated 7 months ago
- Fast JSON deserialization on borrowed data☆121Updated last month
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Procedural macro to implement Display and FromStr using common settings.☆191Updated 2 weeks ago
- Generic bijective maps in Rust☆147Updated 2 years ago