LukasKalbertodt / atomig
Generic and convenient `std` atomics via `Atomic<T>`
☆46Updated 6 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☆56Updated 7 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- ☆52Updated 5 years ago
- ☆31Updated 5 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆78Updated 4 months ago
- Safe pointer-to-member functionality for rust☆33Updated 10 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- ☆56Updated last year
- Mirror of https://gitlab.com/est/cargo-local-serve | Serve a local, offline, clone of crates.io.☆27Updated 4 years ago
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- Automatic cfg for Rust compiler features☆96Updated 7 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Faster integer division and modulus operations☆87Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆54Updated 2 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆37Updated 7 months ago
- Token tree calling convention☆79Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 4 years ago
- Convert closures into wakers☆45Updated 3 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 2 months ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- ☆56Updated 3 years ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- #[no_std] print equivalent for Rust☆64Updated last year
- ☆63Updated 7 years ago