mozilla / atomic_refcellLinks
Threadsafe RefCell for Rust
☆99Updated 10 months ago
Alternatives and similar repositories for atomic_refcell
Users that are interested in atomic_refcell are comparing it to the libraries listed below
Sorting:
- Macro for sealing traits and structures☆61Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Updated 3 months ago
- Better reference counted strings for Rust☆140Updated last year
- A simple Cross-platform thread schedule and priority library for rust.☆146Updated 5 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated 2 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated last month
- Const TypeId and non-'static TypeId☆70Updated last month
- Migrated to Codeberg☆79Updated 2 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆179Updated 5 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆119Updated 3 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆74Updated last year
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 3 months ago
- Oneshot Rust channel working both in and between sync and async environments☆96Updated last week
- Bare-metal allocators.☆76Updated 3 years ago
- Make trait methods callable without the trait in scope☆162Updated last month
- `$crate` in procedural macros.☆81Updated 2 months ago
- Minimal asynchronous executor for Rust☆133Updated 2 weeks ago
- An asynchronous runtime compatible with WebAssembly and non-WebAssembly targets.☆72Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆44Updated last month
- Open a scope and then freeze it in time for future access.☆108Updated last year
- docs.rs as a publishing platform?☆71Updated last month
- A map implementation that relies on fixed-size storage derived by a procedural macro☆54Updated 4 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- ☆61Updated 2 years ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆115Updated 8 months ago
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- `tracing` crate compatible `Subscriber` for reporting spans through browser `window.performance`☆81Updated last year
- Convert closures into wakers☆47Updated last year