Generic Atomic<T> type for Rust
☆246Sep 16, 2025Updated 5 months ago
Alternatives and similar repositories for atomic-rs
Users that are interested in atomic-rs are comparing it to the libraries listed below
Sorting:
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated last week
- Intrusive collections for Rust☆488Jan 5, 2026Updated last month
- Heap-based async timers☆216Jun 14, 2024Updated last year
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- Conditional compilation according to rustc compiler version☆392Feb 16, 2026Updated 2 weeks ago
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- Atomic operations on potentially uninitialized integers.☆28Updated this week
- Backtraces in Rust☆606Jan 25, 2026Updated last month
- Rust crate for a convenient RAII scope guard.☆551Jul 17, 2023Updated 2 years ago
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆99Jan 22, 2026Updated last month
- Intended to allow taking a T from a &mut T temporarily☆81Nov 21, 2019Updated 6 years ago
- Heapless, `static` friendly data structures☆1,920Feb 16, 2026Updated 2 weeks ago
- Combine a reader + writer into a duplex of Read + Write☆44Oct 15, 2020Updated 5 years ago
- Thread parking and unparking☆82Jan 19, 2025Updated last year
- cross-platform Rust API for memory mapped IO☆570Feb 13, 2022Updated 4 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,041Feb 10, 2026Updated 3 weeks ago
- Spin-based synchronization primitives☆586Feb 5, 2026Updated 3 weeks ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆223Feb 22, 2026Updated last week
- A library for to allow multiple return types by automatically generated enum.☆375Updated this week
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- A thread pool for isolating blocking I/O in async programs☆375Aug 31, 2025Updated 6 months ago
- ☆36Aug 8, 2024Updated last year
- Automatic cfg for Rust compiler features☆111Feb 5, 2026Updated 3 weeks ago
- Procedural macros in expression position☆204Dec 19, 2022Updated 3 years ago
- Run closures in parallel☆114Jan 19, 2025Updated last year
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆218Feb 16, 2026Updated 2 weeks ago
- ☆500Nov 8, 2025Updated 3 months ago
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- An experimental columnar arena☆43Feb 8, 2026Updated 3 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆772Feb 16, 2026Updated 2 weeks ago
- A fast bump allocation arena for Rust☆2,117Updated this week
- A lock-free, read-optimized, concurrency primitive.☆2,085Feb 1, 2026Updated last month
- Compile time numbers in Rust.☆578Nov 2, 2025Updated 4 months ago
- Easy self-referential struct generation for Rust.☆695Jan 11, 2025Updated last year