LukasKalbertodt / atomig
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
- Data structures like Rust `alloc` which reuse user allocated memory☆53Updated 6 months ago
- ☆52Updated 5 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated 9 months ago
- ☆55Updated last year
- ☆31Updated 5 years ago
- A growable bit-vector for Rust, optimized for size☆40Updated last month
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- Threadsafe RefCell for Rust☆90Updated last week
- Better reference counted strings for Rust☆118Updated 8 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Automatic cfg for Rust compiler features☆96Updated 5 months ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated 2 months ago
- ☆61Updated 7 years ago
- Make trait methods callable without the trait in scope☆135Updated 2 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆52Updated 3 weeks ago
- A small ASCII-only bounded length string representation.☆58Updated 3 years ago
- ☆54Updated 3 years ago
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 3 weeks ago
- ☆59Updated 6 months ago
- Macro for sealing traits and structures☆51Updated 3 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Mirror of Rust's allocator api for use on stable rust☆50Updated 3 weeks ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 2 months ago
- Mirror of https://gitlab.com/est/cargo-local-serve | Serve a local, offline, clone of crates.io.☆27Updated 4 years ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 4 months ago