iwburns / slab-treeLinks
A vec-backed tree structure with tree-specific generational indexes.
☆41Updated last year
Alternatives and similar repositories for slab-tree
Users that are interested in slab-tree are comparing it to the libraries listed below
Sorting:
- Parallel iterator processing library for Rust☆103Updated last month
- Single-process scheduling: every(10).minutes()?.at(":17")?.run(...☆60Updated last year
- Zero-cost bitsets over native Rust types☆79Updated last month
- Efficient byte-stream pipe buffer☆44Updated last year
- Yet another string type for Rust☆91Updated 3 weeks ago
- Hex Display: A modern xxd alternative.☆46Updated 9 months ago
- A CLI tool that allow you to create a temporary new Rust project using cargo with already installed dependencies☆85Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- A GUI generator for clap-rs using egui☆113Updated last year
- Detect unused pub methods in a Rust workspace☆42Updated 10 months ago
- A serde serializer that serializes a subset of types into plain strings☆61Updated 2 years ago
- Succinct data structures using very efficient rank and select☆127Updated 3 weeks ago
- Derive a builder for your constructors in Rust☆71Updated last month
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Hitori is a generic regular expressions library.☆54Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆87Updated 2 weeks ago
- Typed any map for rust☆67Updated last year
- The quickest way to override dependencies with Cargo☆68Updated last week
- Integer types with customizable niche values☆51Updated last year
- Rust data types and a macro for generating enumeration-based bit flags☆51Updated last month
- Integer sets as fast, sorted, integer ranges with full set operations☆102Updated 2 months ago
- 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…