azriel91 / enum_variant_typeLinks
Proc macro derive to generate structs from enum variants.
☆30Updated 2 years ago
Alternatives and similar repositories for enum_variant_type
Users that are interested in enum_variant_type are comparing it to the libraries listed below
Sorting:
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆34Updated last year
- A syntactic "for" loop Rust macro☆56Updated 2 years ago
- Token tree calling convention☆80Updated 2 years ago
- Inline procedural macros for Rust☆56Updated 3 years ago
- Declarative parsing for Rust, using a custom derive and nom☆71Updated 4 months ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- The never type (the true one!) in stable Rust.☆41Updated 4 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- ☆36Updated 3 years ago
- ☆35Updated 10 months ago
- A simple, id-based arena☆120Updated 2 years ago
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- ☆59Updated last year
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Extension of nom to trace parser☆49Updated 10 months ago
- Sound unchecked indexing using “generativity”; a type system approach to indices, pointers and ranges that are trusted to be in bounds.☆104Updated 6 years ago
- ☆53Updated 3 months ago
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 4 years ago
- Generic extensions for tapping values in Rust.☆59Updated 6 years ago
- Typed index version of Rust slice and Vec containers☆75Updated 3 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆87Updated 7 months ago
- Parse byte size into integer accurately.☆30Updated last year
- Macro for sealing traits and structures☆59Updated last year
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆52Updated last month
- ☆61Updated 2 years ago
- Serialization value trees☆48Updated last year
- Ranged integers for Rust based on const generics☆29Updated 5 months ago
- Provides TestResult type for concise and precise test failures☆67Updated last week