sharnoff / derive-syn-parseLinks
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
Sorting:
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Pull in every source file in a directory as a module☆179Updated this week
- Macro to repeat sequentially indexed copies of a fragment of code☆161Updated 2 months ago
- Token tree calling convention☆80Updated 2 years ago
- Rust macro for automatically generating default☆147Updated last year
- Macro for sealing traits and structures☆59Updated 11 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- Create extensions for types you don't own with extension traits but without the boilerplate☆130Updated 2 years ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆176Updated 3 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆111Updated last year
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Updated 4 years ago
- Case transforming macros for idents☆41Updated 10 months ago
- `$crate` in procedural macros.☆77Updated this week
- Const equivalents of std functions, compile-time comparison, and parsing.☆108Updated 3 weeks ago
- Make trait methods callable without the trait in scope☆160Updated this week
- Cargo subcommand for checking your documentation for broken links☆155Updated 11 months ago
- Rust `Vec<T>` wrapper that gurantees to contain at least 1 element☆100Updated 6 months ago
- Declarative parsing for Rust, using a custom derive and nom☆71Updated 3 months ago
- ☆108Updated last year
- Better reference counted strings for Rust☆138Updated last year
- Threadsafe RefCell for Rust☆96Updated 8 months ago
- Use declarative macros as proc_macro attributes or derives☆149Updated 5 months ago
- A library for compact bit sets containing enums.☆119Updated 2 months ago
- ☆61Updated 2 years ago
- A variant of include_bytes!/include_str! with compile-time deflation and runtime lazy inflation☆143Updated last month
- Initialize arrays with ease!☆84Updated 2 years ago
- Automatic cfg for Rust compiler features☆105Updated 5 months ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆113Updated 6 months ago