Generic Atomic<T> type for Rust
☆246Sep 16, 2025Updated 6 months ago
Alternatives and similar repositories for atomic-rs
Users that are interested in atomic-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
- Intrusive collections for Rust☆491Jan 5, 2026Updated 2 months ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,295Feb 21, 2026Updated last month
- Heap-based async timers☆217Jun 14, 2024Updated last year
- ☆36Aug 8, 2024Updated last year
- Conditional compilation according to rustc compiler version☆394Feb 16, 2026Updated last month
- A vector with a fixed capacity. (Rust)☆855Oct 19, 2024Updated last year
- Atomic operations on potentially uninitialized integers.☆29Mar 14, 2026Updated last week
- Rust crate for a convenient RAII scope guard.☆554Jul 17, 2023Updated 2 years ago
- Portable atomic types including support for 128-bit atomics, atomic float, etc.☆230Updated this week
- Backtraces in Rust☆608Jan 25, 2026Updated last month
- Spin-based synchronization primitives☆588Feb 5, 2026Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- Slotmap data structure for Rust☆1,298Dec 6, 2025Updated 3 months ago
- Heapless, `static` friendly data structures☆1,928Feb 16, 2026Updated last month
- Combine a reader + writer into a duplex of Read + Write☆44Oct 15, 2020Updated 5 years ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,312Jan 7, 2026Updated 2 months ago
- Module initialization/global constructor functions for Rust☆963Dec 4, 2025Updated 3 months ago
- A string type for Rust that is not required to be valid UTF-8.☆1,053Feb 10, 2026Updated last month
- A wide string Rust library for converting to and from wide-character strings, including UTF-16 and UTF-32 encoding.☆99Jan 22, 2026Updated 2 months ago
- ☆498Nov 8, 2025Updated 4 months ago
- A library for to allow multiple return types by automatically generated enum.☆377Mar 12, 2026Updated last week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,630Feb 16, 2026Updated last month
- Unsafe marker trait for types that deref to a stable address☆35Mar 4, 2026Updated 2 weeks ago
- ☆46Oct 23, 2023Updated 2 years ago
- cross-platform Rust API for memory mapped IO☆573Feb 13, 2022Updated 4 years ago
- Thread parking and unparking☆81Jan 19, 2025Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆219Feb 16, 2026Updated last month
- Intended to allow taking a T from a &mut T temporarily☆81Nov 21, 2019Updated 6 years ago
- Automatic cfg for Rust compiler features☆112Feb 5, 2026Updated last month
- Rust port of Google's SwissTable hash map☆2,881Mar 7, 2026Updated 2 weeks ago
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- Run closures in parallel☆114Jan 19, 2025Updated last year
- A thread pool for isolating blocking I/O in async programs☆377Aug 31, 2025Updated 6 months ago
- A fast bump allocation arena for Rust☆2,143Feb 26, 2026Updated 3 weeks ago
- Heap profiling and ad hoc profiling for Rust programs.☆940Feb 20, 2025Updated last year
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 6 months ago
- Procedural macros in expression position☆204Dec 19, 2022Updated 3 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,187Feb 8, 2026Updated last month