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☆54Updated 6 months ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated 10 months ago
- Mirror of https://gitlab.com/est/cargo-local-serve | Serve a local, offline, clone of crates.io.☆27Updated 4 years ago
- Threadsafe RefCell for Rust☆90Updated last month
- ☆31Updated 5 years ago
- ☆52Updated 5 years ago
- ☆61Updated 7 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆54Updated last month
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 3 months ago
- ☆55Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Faster integer division and modulus operations☆87Updated 2 years ago
- ☆55Updated 3 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 3 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 4 years ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- Macro for sealing traits and structures☆53Updated 4 months ago
- std::Error in no_std environment.☆39Updated 4 years ago
- Typed index version of Rust slice and Vec containers☆69Updated 6 months ago
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Calm I/O operations for Rust☆76Updated 3 years ago
- Token tree calling convention☆79Updated 2 years ago