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 month
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated last year
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- ☆31Updated 5 years ago
- Threadsafe RefCell for Rust☆95Updated 7 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 3 months ago
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- ☆61Updated 2 years ago
- Better reference counted strings for Rust☆138Updated last year
- A circular buffer with fixed capacity (Rust).☆106Updated last year
- Migrated to Codeberg☆79Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- ☆64Updated 8 years ago
- #[no_std] print equivalent for Rust☆65Updated last month
- ☆53Updated 6 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- Project group working on the "safe transmute" feature☆94Updated last year
- 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
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Intended to allow taking a T from a &mut T temporarily☆80Updated 5 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- Faster integer division and modulus operations☆87Updated 4 months ago
- A simple Cross-platform thread schedule and priority library for rust.☆140Updated 2 months ago
- Scroll - making scrolling through buffers fun since 2016☆178Updated 2 months ago
- Make trait methods callable without the trait in scope☆160Updated 3 weeks ago