dtolnay / proc-macro-hackLinks
Procedural macros in expression position
☆204Updated 3 years ago
Alternatives and similar repositories for proc-macro-hack
Users that are interested in proc-macro-hack are comparing it to the libraries listed below
Sorting:
- A library for creating references that carry their owner with them.☆381Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266Updated 2 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- A typesafe store keyed by types and containing different types of values.☆180Updated 6 years ago
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆116Updated 2 years ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆185Updated last month
- Generic Atomic<T> type for Rust☆246Updated 3 months ago
- A HashMap wrapper that holds key-value pairs in insertion order☆177Updated last year
- [deprecated] Avoid memcpy calls when working with standard containers☆280Updated 3 years ago
- Rust macro to generate self-referential structs☆212Updated 4 years ago
- A procedural macro for auto logging output of functions☆192Updated 4 years ago
- An extraction of the compiletest utility from the Rust compiler☆230Updated last month
- skiplist☆144Updated 4 years ago
- Utilities for pinning☆97Updated last year
- Macro for writing nested `if let` expressions☆169Updated 3 months ago
- [wip] Command line argument paw-rser.☆158Updated 6 years ago
- Generic array types in Rust☆431Updated last month
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆191Updated last month
- A compiler plugin to insert flame calls☆388Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆261Updated 5 years ago
- Task abstraction for building executors☆213Updated 3 years ago
- a smaller, faster and panic-free alternative to core::fmt☆383Updated last year
- Generic Rational numbers for Rust☆149Updated 11 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 7 months ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 9 months ago
- A small utility to compare Rust micro-benchmarks.☆363Updated last year
- ☆197Updated 9 months ago
- Build library for invoking pkg-config for Rust☆186Updated 9 months ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆129Updated 5 years ago