Intrusive collections for Rust
☆492Jan 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Per-object thread-local storage for Rust☆366Feb 18, 2026Updated last month
- Generic Atomic<T> type for Rust☆246Sep 16, 2025Updated 6 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,300Feb 21, 2026Updated last month
- Synchronization primitives for Futures and async/await based on intrusive collections☆188Nov 19, 2025Updated 4 months ago
- Support atomic operations on Arc itself☆1,285Mar 21, 2026Updated last week
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- Spin-based synchronization primitives☆588Updated this week
- A fast bump allocation arena for Rust☆2,147Feb 26, 2026Updated last month
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,316Jan 7, 2026Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆651Nov 18, 2023Updated 2 years ago
- Adaptors between compression crates and Rust's async IO types☆624Mar 15, 2026Updated 2 weeks ago
- Heapless, `static` friendly data structures☆1,937Feb 16, 2026Updated last month
- Async stream for Rust and the futures crate.☆192Updated this week
- A vector with a fixed capacity. (Rust)☆857Oct 19, 2024Updated last year
- A string type for Rust that is not required to be valid UTF-8.☆1,058Feb 10, 2026Updated last month
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- Module initialization/global constructor functions for Rust☆965Dec 4, 2025Updated 3 months ago
- A library for creating references that carry their owner with them.☆387Oct 12, 2023Updated 2 years ago
- A crate for safe and ergonomic pin-projection.☆706Updated this week
- Rust library for single assignment cells and lazy statics without macros☆2,071Mar 12, 2026Updated 2 weeks ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- Slab allocator for Rust☆890Jan 31, 2026Updated last month
- Rust persistent data structures☆1,677Nov 13, 2025Updated 4 months ago
- safe bindings to io-uring☆684Jun 14, 2021Updated 4 years ago
- Compile time numbers in Rust.☆581Nov 2, 2025Updated 4 months ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,632Feb 16, 2026Updated last month
- Runtime for executing procedural macros as WebAssembly☆1,482Jan 21, 2026Updated 2 months ago
- a Rust library implementing safe, lightweight context switches, without relying on kernel services☆539Aug 25, 2021Updated 4 years ago
- Assorted immutable collection datatypes for Rust☆1,577Aug 19, 2024Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆219Updated this week
- The arena, a fast but limited type of allocator☆578Aug 16, 2024Updated last year
- Heap-based async timers☆217Jun 14, 2024Updated last year
- Efficient, lock-free, bounded Rust broadcast channel☆838Sep 9, 2023Updated 2 years ago
- Concurrency permutation testing tool for Rust.☆2,648Feb 20, 2026Updated last month
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- asynchronous networking primitives☆406Nov 6, 2019Updated 6 years ago
- Asynchronous streams for Rust using async & await notation☆748Dec 8, 2024Updated last year
- Conditional compilation according to rustc compiler version☆394Feb 16, 2026Updated last month
- pure rust io_uring library, built on libc, thread & async friendly, misuse resistant☆1,000Jun 27, 2022Updated 3 years ago
- A generic framework for on-demand, incrementalized computation. Inspired by adapton, glimmer, and rustc's query system.☆2,791Mar 20, 2026Updated last week
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver