dtolnay / proc-macro-hackLinks
Procedural macros in expression position
☆203Updated 2 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:
- An extraction of the compiletest utility from the Rust compiler☆226Updated last month
- A library for creating references that carry their owner with them.☆375Updated last year
- Rust macro to generate self-referential structs☆211Updated 4 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated 2 years ago
- A procedural macro for auto logging output of functions☆191Updated 3 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆278Updated 2 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆185Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- A compiler plugin to insert flame calls☆383Updated 2 years ago
- Macro for writing nested `if let` expressions☆168Updated last year
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆392Updated 3 years ago
- Generic Atomic<T> type for Rust☆236Updated last month
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆116Updated 2 years ago
- A HashMap wrapper that holds key-value pairs in insertion order☆174Updated last year
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 3 years ago
- Utilities for pinning☆96Updated last year
- Temporary directory management for Rust☆139Updated 5 years ago
- Task abstraction for building executors☆213Updated 3 years ago
- Generic array types in Rust☆414Updated 4 months ago
- A cargo subcommand for creating GraphViz DOT files and dependency graphs☆216Updated 5 years ago
- Faster, more compact implementation of std::Cow☆355Updated 2 years ago
- Rust proc macro for easily and safely use shell scripts in rust☆218Updated 5 months ago
- Generic Rational numbers for Rust☆150Updated 6 months ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆337Updated 7 months ago
- A simple bitset container for Rust☆147Updated last month
- Execute your code on the Rust ecosystem.☆184Updated last month
- Compact string type for zero-copy parsing☆260Updated last year
- [wip] Command line argument paw-rser.☆157Updated 5 years ago