Lukas3674 / rust-bitmask-enumLinks
A rust bitmask enum attribute macro.
☆24Updated last year
Alternatives and similar repositories for rust-bitmask-enum
Users that are interested in rust-bitmask-enum are comparing it to the libraries listed below
Sorting:
- Safe, zero-cost downcasting for limited compile-time specialization.☆178Updated 5 months ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆124Updated 4 months ago
- Better reference counted strings for Rust☆139Updated last year
- A scope for async_std and tokio to spawn non-static futures☆155Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated 3 weeks ago
- Convert number to enum☆87Updated last year
- Compile-time string formatting☆261Updated 3 months ago
- More efficient alternative to `serde_json::Value` which saves memory by interning primitive values and using tagged pointers.☆140Updated last year
- Automatically implement traits for common smart pointers☆122Updated 9 months ago
- Oneshot Rust channel working both in and between sync and async environments☆97Updated 10 months ago
- Migrated to Codeberg☆79Updated 2 years ago
- Lazy formatting utility macro for rust☆129Updated 2 years ago
- Use declarative macros as proc_macro attributes or derives☆151Updated 7 months ago
- Abstract over different executors☆74Updated 2 years ago
- Serialization value trees☆48Updated last year
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Rust library for typesystem-assisted bitflags.☆135Updated 3 weeks ago
- Show unused code from multi-crate Rust projects☆124Updated last year
- Utility wrapper to send non send types to other threads safely☆185Updated 9 months ago
- Unicode Case-folding for Rust☆90Updated last week
- Const equivalents of std functions, compile-time comparison, and parsing.☆118Updated 2 months ago
- A Cargo subcommand to build and test all feature flag combinations.☆178Updated last month
- Semantic wrapper for byte count representations☆150Updated 2 weeks ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆171Updated last year
- Make trait methods callable without the trait in scope☆162Updated 3 weeks ago
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- A rust crate to find the total size of an object, on the stack and on the heap☆113Updated 2 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆152Updated last month
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆114Updated 7 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆89Updated 3 weeks ago