nrc / proc-macro-rules
Macro-rules-style syntax matching for procedural macros
☆52Updated last year
Alternatives and similar repositories for proc-macro-rules:
Users that are interested in proc-macro-rules are comparing it to the libraries listed below
- Proc macro derive to generate structs from enum variants.☆28Updated last year
- Fake implementation of `std::Fn` for user-defined data types☆36Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆74Updated 2 weeks ago
- Unbuffered and unlocked I/O streams☆45Updated 2 weeks ago
- Helper macros: autoimpl, impl_scope☆59Updated 2 months ago
- Make any value Sync but only available on its original thread☆39Updated 2 weeks ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 5 months ago
- `Debug` in rust, but only supports valid rust syntax and outputs nicely formatted using pretty-please☆38Updated 10 months ago
- Completion futures for Rust☆19Updated 2 years ago
- A procedural macro helper for easily writing custom derives for enums.☆31Updated this week
- ☆55Updated 10 months ago
- Pretty-print file sizes and more☆44Updated 2 weeks ago
- Timer facilities for Rust's async story☆56Updated 5 months ago
- Zero overhead tracing garbage collection for rust (WIP)☆50Updated 8 months ago
- Convert closures into wakers☆45Updated 2 months ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- futures::AtomicWaker extracted into its own crate☆25Updated 2 months ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- ☆29Updated 10 months ago
- Cargo API written in Paris☆47Updated 2 weeks ago
- ☆72Updated 5 months ago
- Take a value atomically once.☆29Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Inline procedural macros for Rust☆55Updated 2 years ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆32Updated 5 months ago
- Duplicate an async I/O handle☆40Updated 2 months ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated 8 months ago
- ☆38Updated last year
- A primitive for writing structural search and replace programs for rust☆31Updated 8 months ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆30Updated 2 years ago