Intrusive collections for Rust
☆490Jan 5, 2026Updated 2 months ago
Alternatives and similar repositories for intrusive-rs
Users that are interested in intrusive-rs are comparing it to the libraries listed below
Sorting:
- Generic Atomic<T> type for Rust☆246Sep 16, 2025Updated 5 months ago
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated 2 weeks ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆188Nov 19, 2025Updated 3 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,286Feb 21, 2026Updated 2 weeks ago
- Support atomic operations on Arc itself☆1,270Mar 1, 2026Updated last week
- Spin-based synchronization primitives☆586Feb 5, 2026Updated last month
- A fast bump allocation arena for Rust☆2,127Feb 26, 2026Updated last week
- Adaptors between compression crates and Rust's async IO types☆619Feb 25, 2026Updated last week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,305Jan 7, 2026Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- A vector with a fixed capacity. (Rust)☆852Oct 19, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,047Feb 10, 2026Updated 3 weeks ago
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- Async stream for Rust and the futures crate.☆193Updated this week
- Heapless, `static` friendly data structures☆1,925Feb 16, 2026Updated 3 weeks ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months 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 library for creating references that carry their owner with them.☆385Oct 12, 2023Updated 2 years ago
- Heap-based async timers☆216Jun 14, 2024Updated last year
- Slab allocator for Rust☆879Jan 31, 2026Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆218Feb 16, 2026Updated 3 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆2,065May 24, 2025Updated 9 months ago
- Compile time numbers in Rust.☆579Nov 2, 2025Updated 4 months ago
- Asynchronous streams for Rust using async & await notation☆740Dec 8, 2024Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,624Feb 16, 2026Updated 3 weeks ago
- safe bindings to io-uring☆683Jun 14, 2021Updated 4 years ago
- Rust persistent data structures☆1,673Nov 13, 2025Updated 3 months ago
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,986Feb 8, 2026Updated last month
- Assorted immutable collection datatypes for Rust☆1,575Aug 19, 2024Updated last year
- Concurrency permutation testing tool for Rust.☆2,616Feb 20, 2026Updated 2 weeks ago
- Efficient, lock-free, bounded Rust broadcast channel☆837Sep 9, 2023Updated 2 years ago
- Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.☆1,424Dec 24, 2025Updated 2 months ago
- A set of alternative `derive` attributes for Rust☆459Sep 27, 2025Updated 5 months ago
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- Rust doesn't have exceptions☆634Aug 17, 2020Updated 5 years ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,776Feb 7, 2026Updated last month
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- Safe cross-platform linker shenanigans☆836Feb 19, 2026Updated 2 weeks ago