tnballo / scapegoatView external linksLinks
Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.
☆263Feb 10, 2022Updated 4 years ago
Alternatives and similar repositories for scapegoat
Users that are interested in scapegoat are comparing it to the libraries listed below
Sorting:
- Statically-checked alternatives to RefCell and RwLock☆388Sep 17, 2025Updated 4 months ago
- ☆244Jan 25, 2026Updated 2 weeks ago
- Concurrently Readable Data Structures for Rust☆364Updated this week
- Allocation-free data structures that make do with the memory they're given☆145Mar 10, 2022Updated 3 years ago
- An implementation of Joshua Yanovski's Ghost Cell paper.☆499Jan 28, 2024Updated 2 years ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Jan 21, 2026Updated 3 weeks ago
- Define your own PhantomData☆158Updated this week
- Embedded Rust arithmetic, 2D/3D vector, and statistics library☆482Sep 7, 2024Updated last year
- A Rust proc_macro_attribute to outline conversions from generic functions☆284Dec 12, 2025Updated 2 months ago
- Fast, efficient, and robust memory reclamation for Rust.☆465Sep 13, 2025Updated 5 months ago
- Just, really the littlest Vec you could need. So smol.☆726Jan 28, 2026Updated 2 weeks ago
- Module initialization/global constructor functions for Rust☆954Dec 4, 2025Updated 2 months ago
- A low-level I/O ownership and borrowing library☆106Aug 6, 2025Updated 6 months ago
- Heap profiling and ad hoc profiling for Rust programs.☆934Feb 20, 2025Updated 11 months ago
- Number names is a Rust library to provide formatted string names for cardinal and ordinal numbers.☆13May 16, 2022Updated 3 years ago
- bluss/IndexMap with amortized resizes☆14Dec 21, 2020Updated 5 years ago
- Compile-time reference counting☆457May 18, 2025Updated 8 months ago
- Conditional compilation according to rustc compiler version☆389Updated this week
- Rust crate for making Read streams peekable.☆26Aug 1, 2021Updated 4 years ago
- A safe and fast multi-producer, multi-consumer channel.☆2,878Dec 22, 2025Updated last month
- The feature-rich, portable async channel library☆266Jan 9, 2023Updated 3 years ago
- An implementation of the NTFS filesystem in a Rust crate, usable from firmware level up to user-mode.☆582Jan 14, 2026Updated 3 weeks ago
- A lock-free, read-optimized, concurrency primitive.☆2,075Feb 1, 2026Updated last week
- "A very small syn"☆212Feb 1, 2025Updated last year
- A vector with a fixed capacity. (Rust)☆854Oct 19, 2024Updated last year
- SIMD-accelerated UTF-8 validation for Rust.☆582Dec 21, 2025Updated last month
- Declarative binary reading and writing: bit-level, symmetric, serialization/deserialization☆1,358Jan 23, 2026Updated 3 weeks ago
- An implementation of Kensler's hashed permutation algorithm☆16Jan 31, 2025Updated last year
- Modular, structure-aware, and feedback-driven fuzzing engine for Rust functions☆449Jan 22, 2026Updated 3 weeks ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆686Aug 18, 2023Updated 2 years ago
- a lock-free concurrent slab (experimental)☆305Jan 20, 2026Updated 3 weeks ago
- Manual segmented stacks for Rust☆334Feb 7, 2026Updated last week
- Efficient byte-stream pipe buffer☆44Jul 1, 2024Updated last year
- Rust-to-Rust ffi,ffi-safe equivalents of std types,and creating libraries loaded at startup.☆582Oct 12, 2023Updated 2 years ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,292Jan 7, 2026Updated last month
- Pull in every source file in a directory as a module☆181Updated this week
- Cargo plugin to manage dependency features☆120Jan 23, 2023Updated 3 years ago
- A library for to allow multiple return types by automatically generated enum.☆374Updated this week
- Rust lightweight HTTP 1.1 client☆293Updated this week