meithecatte / enumflags2
Rust library for typesystem-assisted bitflags.
☆119Updated 2 months ago
Alternatives and similar repositories for enumflags2:
Users that are interested in enumflags2 are comparing it to the libraries listed below
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆141Updated 8 months ago
- Migrated to Codeberg☆80Updated last year
- Pull in every source file in a directory as a module☆170Updated last month
- Lazy formatting utility macro for rust☆127Updated last year
- A simple wrapper around filesystem operations to provide more helpful error messages.☆142Updated 2 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆157Updated last month
- A lightweight version of pin-project written with declarative macros.☆243Updated 2 weeks ago
- A library for compact bit sets containing enums.☆98Updated 3 weeks ago
- Procedural macro to implement Display and FromStr using common settings.☆184Updated 3 weeks ago
- A scope for async_std and tokio to spawn non-static futures☆128Updated 10 months ago
- Compile-time string formatting☆234Updated 3 months ago
- Extract documentation for the feature flags from comments in Cargo.toml☆178Updated last week
- Better reference counted strings for Rust☆120Updated 8 months ago
- "A very small syn"☆201Updated 2 months ago
- Use declarative macros as proc_macro attributes or derives☆111Updated last year
- Macro to repeat sequentially indexed copies of a fragment of code☆150Updated last month
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆151Updated last year
- Create extensions for types you don't own with extension traits but without the boilerplate☆131Updated 2 years ago
- Rust macro for automatically generating default☆138Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆200Updated last month
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆137Updated 4 months ago
- Conditional compilation according to rustc compiler version☆350Updated last month
- Make trait methods callable without the trait in scope☆136Updated last month
- Type that deserializes only from one specific value☆231Updated last month
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆77Updated 2 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆106Updated last year
- A fast, concurrent string interner☆149Updated 7 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆259Updated 3 months ago
- 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
- Oneshot Rust channel working both in and between sync and async environments☆86Updated last month