dtolnay / proc-macro-hack
Procedural macros in expression position
☆204Updated 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
- Generic Atomic<T> type for Rust☆226Updated last year
- An extraction of the compiletest utility from the Rust compiler☆222Updated last month
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- A procedural macro for auto logging output of functions☆190Updated 3 years ago
- Rust macro to generate self-referential structs☆210Updated 3 years ago
- A library for creating references that carry their owner with them.☆365Updated last year
- A typesafe store keyed by types and containing different types of values.☆177Updated 6 years ago
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆114Updated 2 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated last year
- Compact string type for zero-copy parsing☆251Updated last year
- Cargo subcommand for checking your documentation for broken links☆151Updated 2 months ago
- a smaller, faster and panic-free alternative to core::fmt☆354Updated last year
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated last week
- Custom derivation macro for Rust☆111Updated 7 years ago
- Faster, more compact implementation of std::Cow☆342Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 10 months ago
- A compiler plugin to insert flame calls☆377Updated last year
- Utilities for pinning☆97Updated 10 months ago
- Task abstraction for building executors☆213Updated 2 years ago
- LLVM-GCOV Source coverage for Rust☆123Updated 6 years ago
- skiplist☆141Updated 3 years ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆154Updated 3 years ago
- Conditional compilation according to rustc compiler version☆346Updated 3 weeks ago
- x-www-form-urlencoded meets Serde☆239Updated 6 months ago
- This crate guarantees that your application is free of panicking branches☆176Updated 5 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆330Updated 2 months ago
- Manual segmented stacks for Rust☆298Updated last week
- A Rust macro to determine if a type implements a logical trait expression☆249Updated 5 years ago
- A library for to allow multiple return types by automatically generated enum.☆357Updated last week
- [deprecated] Avoid memcpy calls when working with standard containers☆277Updated 2 years ago