Procedural macros in expression position
☆204Dec 19, 2022Updated 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:
- Concatenate identifiers in a macro invocation☆94Dec 19, 2022Updated 3 years ago
- Rust macro to generate self-referential structs☆213May 1, 2021Updated 4 years ago
- Utilities for pinning☆100Apr 5, 2024Updated last year
- Utilities for dealing with substructures within syn macros☆145May 5, 2025Updated 10 months ago
- Error management☆1,417May 2, 2020Updated 5 years ago
- Take a reference and get back a slice of length one☆26Apr 29, 2021Updated 4 years ago
- Rust macros for decoding base64 and hexadecimal -like encodings to [u8] literals.☆18Jan 14, 2022Updated 4 years ago
- Macros for all your token pasting needs☆1,081Oct 6, 2024Updated last year
- futures::AtomicWaker extracted into its own crate☆39Feb 15, 2026Updated last month
- Automatic cfg for Rust compiler features☆112Feb 5, 2026Updated last month
- An experiment in embedding layout computations in the type system.☆17Aug 18, 2019Updated 6 years ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆773Feb 16, 2026Updated last month
- Conditional compilation according to rustc compiler version☆393Feb 16, 2026Updated last month
- Test harness for ui tests of compiler diagnostics☆959Feb 12, 2026Updated last month
- Heap-based async timers☆216Jun 14, 2024Updated last year
- Rust doesn't have exceptions☆634Aug 17, 2020Updated 5 years ago
- a Rust library implementing safe, lightweight context switches, without relying on kernel services☆538Aug 25, 2021Updated 4 years ago
- Easily create type-safe `Future`s from state machines — without the boilerplate.☆332Jul 11, 2019Updated 6 years ago
- [deprecated] Avoid memcpy calls when working with standard containers☆278Sep 23, 2022Updated 3 years ago
- [DEPRECATED] Prevent false sharing by padding and aligning to the length of a cache line☆52Jun 8, 2023Updated 2 years ago
- Intended to allow taking a T from a &mut T temporarily☆81Nov 21, 2019Updated 6 years ago
- A crate for safe and ergonomic pin-projection.☆704Mar 12, 2026Updated last week
- Rust quasi-quoting☆1,527Mar 3, 2026Updated 2 weeks ago
- Automatically apply the suggestions made by rustc☆853Nov 22, 2023Updated 2 years ago
- A string type for Rust that is not required to be valid UTF-8.☆1,048Feb 10, 2026Updated last month
- A library for creating references that carry their owner with them.☆385Oct 12, 2023Updated 2 years ago
- native timers for futures 0.3☆25Mar 6, 2019Updated 7 years ago
- Semantic code navigation for Rust☆421Jan 14, 2023Updated 3 years ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆402May 6, 2022Updated 3 years ago
- A parser combinator library for Rust☆1,355Feb 3, 2026Updated last month
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆128Jul 25, 2020Updated 5 years ago
- offsetof for Rust☆231Mar 26, 2024Updated last year
- ☆62Aug 23, 2023Updated 2 years ago
- Runtime for executing procedural macros as WebAssembly☆1,474Jan 21, 2026Updated last month
- Type erasure for async trait methods☆2,131Feb 16, 2026Updated last month
- Structured, contextual, extensible, composable logging for Rust☆1,693Oct 11, 2025Updated 5 months ago
- A lightweight attribute for easy generation of const functions with conditional compilations.☆31Mar 12, 2026Updated last week
- Ensure correct assumptions about constants, types, and more in Rust☆648Nov 18, 2023Updated 2 years ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Apr 29, 2021Updated 4 years ago