LukasKalbertodt / atomigLinks
Generic and convenient `std` atomics via `Atomic<T>`
☆46Updated 5 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☆61Updated last week
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆90Updated 3 months ago
- ☆31Updated 5 years ago
- Automatic cfg for Rust compiler features☆104Updated 4 months ago
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Migrated to Codeberg☆80Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated last year
- Faster integer division and modulus operations☆87Updated 3 months ago
- Better reference counted strings for Rust☆137Updated last year
- ☆60Updated 2 years ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Token tree calling convention☆80Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆142Updated 5 months ago
- ☆53Updated 5 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 6 months ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 5 years ago
- A rust library for checked floating point operations☆82Updated 10 months ago
- Rust crate that provides a convenient macro to quickly plot variables.☆91Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- docs.rs as a publishing platform?☆71Updated last month
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆174Updated 2 months ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year