brain0 / atomic_enum
An attribute to create an atomic wrapper around a C-style enum
☆42Updated 8 months ago
Alternatives and similar repositories for atomic_enum:
Users that are interested in atomic_enum are comparing it to the libraries listed below
- ☆41Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- Embed images in Rust documentation☆25Updated 3 years ago
- Extract documentation for the feature flags from comments in Cargo.toml☆177Updated 3 weeks ago
- Migrated to Codeberg☆80Updated last year
- Use declarative macros as proc_macro attributes or derives☆108Updated last year
- Threadsafe RefCell for Rust☆90Updated last year
- 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
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- Macro for sealing traits and structures☆51Updated 3 months ago
- A library for compact bit sets containing enums.☆98Updated this week
- ☆65Updated 9 months ago
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆70Updated 4 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆53Updated 5 months ago
- ☆112Updated this week
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 4 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆199Updated last week
- Better reference counted strings for Rust☆118Updated 7 months ago
- Drop-in replacement for std::time for Wasm in browsers☆70Updated last month
- A Cargo subcommand to build and test all feature flag combinations.☆152Updated last year
- Const equivalents of std functions, compile-time comparison, and parsing.☆95Updated 2 months ago
- Rust procedural macro attribute parser☆37Updated 9 months ago
- Cargo subcommand for proper use of -Z minimal-versions and -Z direct-minimal-versions.☆55Updated this week
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆70Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆86Updated 2 weeks ago
- `&own` pointers in Stable Rust / `RefOwn` / `&mut` with move semantics (and thus drop)☆20Updated 7 months ago
- Use bitsized types as if they were a feature of rust.☆180Updated 9 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆52Updated 2 weeks ago