sharnoff / derive-syn-parse
A #[derive] macro for syn's `Parse` trait
☆18Updated 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
- Stack-allocated DSTs for rust (fixed capacity)☆47Updated 8 months ago
- Mirror of Rust's allocator api for use on stable rust☆43Updated this week
- rust hints to the optimizer☆19Updated 3 years ago
- ☆50Updated 6 months ago
- Declarative parsing for Rust, using a custom derive and nom☆66Updated last year
- A procedural macro implementation of `quote!`.☆23Updated last year
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆42Updated 9 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆51Updated last month
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- Macro for sealing traits and structures☆49Updated last month
- String-like container based on SmallVec☆22Updated 8 months ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 3 weeks ago
- A simple and convenient way to bundle owned data with a borrowing type.☆27Updated 2 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆93Updated 3 weeks ago
- Postfix macros on stable Rust, today.☆76Updated 3 years ago
- A lightweight attribute macro for easily writing extension trait pattern.☆47Updated 3 weeks ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆86Updated 6 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated this week
- OS native dialogs for Windows, MacOS, and Linux☆33Updated 2 years ago
- Cast between dynamic trait objects☆32Updated 4 years ago
- A SIMD-accelerated Adler-32 hash algorithm implementation.☆34Updated last month
- Find out about keys that are ignored when deserializing data☆76Updated this week
- `$crate` in procedural macros.☆65Updated 2 months ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆35Updated 10 months ago
- Automatic cfg for Rust compiler features☆95Updated last month
- Exposes arch-specific intrinsics as safe function (via cfg).☆48Updated 3 months ago
- Safe pointer-to-member functionality for rust☆33Updated 5 months ago
- ☆55Updated last year