LukasKalbertodt / atomig
Generic and convenient `std` atomics via `Atomic<T>`
☆42Updated 3 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for atomig
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- Safe pointer-to-member functionality for rust☆33Updated 4 months ago
- ☆31Updated 4 years ago
- Token tree calling convention☆80Updated last year
- Faster integer division and modulus operations☆70Updated last year
- ☆54Updated 5 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- Concatenate identifiers in a macro invocation☆93Updated last year
- Machine scalar casting that meets your expectations☆73Updated 3 years ago
- Safe wrapper for initializing arrays☆72Updated last year
- Make trait methods callable without the trait in scope☆135Updated 2 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- ☆12Updated 2 years ago
- Mirror of https://gitlab.com/est/cargo-local-serve | Serve a local, offline, clone of crates.io.☆27Updated 4 years ago
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 3 years ago
- ☆66Updated 3 years ago
- Generic SIMD abstractions for Rust.☆47Updated last year
- Typed index version of Rust slice and Vec containers☆66Updated last month
- ☆55Updated last year
- ☆58Updated 7 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆74Updated last month
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 5 years ago
- Automatic cfg for Rust compiler features☆95Updated last month
- An attribute to create an atomic wrapper around a C-style enum☆40Updated 4 months ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated 11 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆34Updated last month
- A tool for finding large memcpy's in llvm ir☆59Updated 5 years ago
- Threadsafe RefCell for Rust☆88Updated last year
- `$crate` in procedural macros.☆65Updated 2 months ago