sharnoff / derive-syn-parse
A #[derive] macro for syn's `Parse` trait
☆19Updated 7 months ago
Related projects ⓘ
Alternatives and complementary repositories for derive-syn-parse
- Use declarative macros as proc_macro attributes or derives☆102Updated last year
- ☆50Updated 6 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 9 months ago
- Macro for sealing traits and structures☆49Updated last month
- `$crate` in procedural macros.☆65Updated 2 months ago
- Extension of nom to trace parser☆48Updated 10 months ago
- Token tree calling convention☆79Updated last year
- ☆55Updated last year
- Mirror of Rust's allocator api for use on stable rust☆48Updated last week
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated 2 months ago
- Fake implementation of `std::Fn` for user-defined data types☆36Updated last year
- Inline procedural macros for Rust☆54Updated 2 years ago
- Postfix macros on stable Rust, today.☆76Updated 3 years ago
- Defer dropping large structs to a background thread☆61Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 10 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆61Updated 3 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated 2 weeks ago
- ☆29Updated 7 months ago
- Find out about keys that are ignored when deserializing data☆75Updated 2 weeks ago
- Safe pointer-to-member functionality for rust☆33Updated 5 months ago
- Test harness for declarative and procedural macros expansion via `cargo-expand`☆51Updated 4 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆34Updated 11 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆49Updated 3 months ago
- Threadsafe RefCell for Rust☆88Updated last year
- You can name anonymous Future from async fn without dyn or Box!☆57Updated 2 years ago
- Declarative parsing for Rust, using a custom derive and nom☆66Updated last year
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆65Updated 2 weeks ago
- Const TypeId and non-'static TypeId☆55Updated 3 weeks ago
- docs.rs as a publishing platform?☆66Updated 4 months ago
- A Rust crate for formatting strings dynamically☆31Updated 11 months ago