sharnoff / derive-syn-parse
A #[derive] macro for syn's `Parse` trait
☆19Updated last year
Alternatives and similar repositories for derive-syn-parse:
Users that are interested in derive-syn-parse are comparing it to the libraries listed below
- `$crate` in procedural macros.☆69Updated 3 weeks ago
- 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
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated last month
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated 8 months ago
- Use declarative macros as proc_macro attributes or derives☆111Updated last year
- Macro for sealing traits and structures☆52Updated 4 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- ☆55Updated 10 months ago
- Automatic cfg for Rust compiler features☆96Updated 6 months ago
- Mirror of Rust's allocator api for use on stable rust☆55Updated last month
- Types to define keyboard related events.☆57Updated last week
- Inline procedural macros for Rust☆55Updated 2 years ago
- Safe pointer-to-member functionality for rust☆33Updated 9 months ago
- ☆55Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- A rust crate to find the total size of an object, on the stack and on the heap☆106Updated last year
- Floating point approximate comparison for Rust☆60Updated last month
- Threadsafe RefCell for Rust☆90Updated 3 weeks ago
- Token tree calling convention☆79Updated 2 years ago
- A lightweight attribute macro for easily writing extension trait pattern.☆50Updated 2 weeks ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Const TypeId and non-'static TypeId☆64Updated last month
- Unsafe marker trait for types that deref to a stable address☆31Updated last year
- Big array helper for serde☆60Updated 10 months ago
- Declarative parsing for Rust, using a custom derive and nom☆66Updated last year
- A procedural macro implementation of `quote!`.☆24Updated 2 years ago
- A collection of small utilities for working with pointer types in Rust.☆123Updated 2 months ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- ☆50Updated last month