LukasKalbertodt / atomigLinks
Generic and convenient `std` atomics via `Atomic<T>`
☆46Updated 2 months ago
Alternatives and similar repositories for atomig
Users that are interested in atomig are comparing it to the libraries listed below
Sorting:
- Data structures like Rust `alloc` which reuse user allocated memory☆58Updated 2 weeks ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 5 months ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- ☆31Updated 5 years ago
- Automatic cfg for Rust compiler features☆102Updated last month
- Threadsafe RefCell for Rust☆93Updated 4 months ago
- Faster integer division and modulus operations☆87Updated last month
- Utilities for dealing with substructures within syn macros☆141Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆87Updated 3 weeks ago
- Dynamically query a type-erased object for any trait implementation☆66Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 3 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- ☆57Updated last year
- ☆53Updated 5 years ago
- Safe pointer-to-member functionality for rust☆33Updated last year
- Token tree calling convention☆80Updated 2 years ago
- `$crate` in procedural macros.☆74Updated 2 months ago
- Typed index version of Rust slice and Vec containers☆70Updated 2 months ago
- ☆63Updated 8 years ago
- Rust crate that provides a convenient macro to quickly plot variables.☆89Updated 2 years ago
- Macro for sealing traits and structures☆58Updated 7 months ago
- docs.rs as a publishing platform?☆69Updated 2 months ago
- A collection of small utilities for working with pointer types in Rust.☆127Updated 6 months ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year