mozilla / atomic_refcellLinks
Threadsafe RefCell for Rust
☆95Updated 5 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:
- Better reference counted strings for Rust☆134Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆49Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆168Updated 2 weeks ago
- ☆58Updated 2 years ago
- Oneshot Rust channel working both in and between sync and async environments☆91Updated 6 months ago
- `$crate` in procedural macros.☆74Updated 3 months ago
- Macro for sealing traits and structures☆59Updated 8 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆73Updated 9 months ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆39Updated 11 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆58Updated 2 weeks ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- Const TypeId and non-'static TypeId☆66Updated this week
- Automatic cfg for Rust compiler features☆102Updated 2 months ago
- Make trait methods callable without the trait in scope☆152Updated this week
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated last year
- Find out about keys that are ignored when deserializing data☆88Updated this week
- Minimal asynchronous runtime for Rust☆129Updated last year
- Compile-time checks that an enum or match is written in sorted order☆117Updated this week
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆112Updated 3 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆48Updated 3 months ago
- Migrated to Codeberg☆79Updated last year
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 4 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆149Updated 2 weeks ago
- Macros for deriving as functions to access Enums as their inner components☆104Updated 11 months ago
- An updated version of linked-hash-map and friends☆122Updated 4 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆82Updated 2 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆105Updated last week