carllerche / codegenLinks
A Rust library providing a builder API to generate Rust code.
☆267Updated last year
Alternatives and similar repositories for codegen
Users that are interested in codegen are comparing it to the libraries listed below
Sorting:
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆221Updated 2 years ago
- Stackless generators on stable Rust.☆471Updated 3 years ago
- Faster, more compact implementation of std::Cow☆365Updated 2 years ago
- Compact string type for zero-copy parsing☆262Updated last year
- Procedural macros to derive numeric traits in Rust☆210Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆260Updated 5 years ago
- Support crate for rustc's self-profiling feature☆373Updated 4 months ago
- Delegation of trait implementations via procedural macros☆275Updated 2 months ago
- A safe and convenient store for one value of each type☆349Updated last year
- A library for creating references that carry their owner with them.☆378Updated 2 years ago
- A whitespace-aware quasiquoter for beautiful code generation.☆196Updated 2 weeks ago
- a smaller, faster and panic-free alternative to core::fmt☆373Updated last year
- Fast, ergonomic metrics for Rust☆340Updated last year
- Generic array types in Rust☆429Updated 3 weeks ago
- A fast intrusive flamegraph☆236Updated 3 years ago
- Shared resource dispatcher☆250Updated 8 months ago
- Procedural macros in expression position