Amanieu / intrusive-rsView external linksLinks
Intrusive collections for Rust
☆487Jan 5, 2026Updated last month
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☆365Sep 28, 2025Updated 4 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆188Nov 19, 2025Updated 2 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,273Dec 29, 2025Updated last month
- Support atomic operations on Arc itself☆1,256Updated this week
- Adaptors between compression crates and Rust's async IO types☆614Updated this week
- Spin-based synchronization primitives☆582Feb 5, 2026Updated last week
- A fast bump allocation arena for Rust☆2,096Jan 12, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,292Jan 7, 2026Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆645Nov 18, 2023Updated 2 years ago
- A vector with a fixed capacity. (Rust)☆854Oct 19, 2024Updated last year
- A crate for safe and ergonomic pin-projection.☆704Feb 9, 2026Updated last week
- Async stream for Rust and the futures crate.☆193Feb 7, 2026Updated last week
- A string type for Rust that is not required to be valid UTF-8.☆1,035Updated this week
- Heapless, `static` friendly data structures☆1,922Jan 22, 2026Updated 3 weeks ago
- Module initialization/global constructor functions for Rust☆956Dec 4, 2025Updated 2 months ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- A library for creating references that carry their owner with them.☆386Oct 12, 2023Updated 2 years ago
- Slab allocator for Rust☆875Jan 31, 2026Updated 2 weeks ago
- Heap-based async timers☆217Jun 14, 2024Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Updated this week
- Compile time numbers in Rust.☆573Nov 2, 2025Updated 3 months ago
- Rust library for single assignment cells and lazy statics without macros☆2,059May 24, 2025Updated 8 months ago
- Asynchronous streams for Rust using async & await notation☆734Dec 8, 2024Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,613Updated this week
- safe bindings to io-uring☆681Jun 14, 2021Updated 4 years ago
- Rust persistent data structures☆1,662Nov 13, 2025Updated 3 months ago
- Runtime for executing procedural macros as WebAssembly☆1,469Jan 21, 2026Updated 3 weeks ago
- Assorted immutable collection datatypes for Rust☆1,570Aug 19, 2024Updated last year
- Concurrency permutation testing tool for Rust.☆2,600Jan 12, 2026Updated last month
- Efficient, lock-free, bounded Rust broadcast channel☆836Sep 9, 2023Updated 2 years ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,983Feb 8, 2026Updated last week
- Funktional generic type-level programming in Rust: HList, Coproduct, Generic, LabelledGeneric, Validated, Monoid and friends.☆1,421Dec 24, 2025Updated last month
- A set of alternative `derive` attributes for Rust☆459Sep 27, 2025Updated 4 months ago
- The arena, a fast but limited type of allocator☆577Aug 16, 2024Updated last year
- Rust doesn't have exceptions☆635Aug 17, 2020Updated 5 years ago
- A collection of small utilities for working with pointer types in Rust.☆133Jan 17, 2025Updated last year
- Safe cross-platform linker shenanigans☆832Feb 8, 2026Updated last week
- Some more derive(Trait) options☆2,069Feb 4, 2026Updated last week