yaahc / displaydocLinks
A derive macro for implementing the display Trait via a doc comment and string interpolation
☆342Updated 9 months ago
Alternatives and similar repositories for displaydoc
Users that are interested in displaydoc are comparing it to the libraries listed below
Sorting:
- Fast, ergonomic metrics for Rust☆340Updated 11 months ago
- Delegation of trait implementations via procedural macros☆275Updated 3 weeks ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆281Updated last month
- Faster, more compact implementation of std::Cow☆363Updated 2 years ago
- A Rust macro to determine if a type implements a logical trait expression☆259Updated 5 years ago
- Stackless generators on stable Rust.☆469Updated 3 years ago
- a smaller, faster and panic-free alternative to core::fmt☆372Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆630Updated last year
- dipa makes it easy to efficiently delta encode large Rust data structures.☆269Updated 3 years ago
- A compiler plugin to insert flame calls☆386Updated 2 years ago
- A procedural macro for auto logging output of functions☆191Updated 3 years ago
- A safe and convenient store for one value of each type☆348Updated last year
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266Updated 2 years ago
- Rust option parser with custom derive support☆234Updated 10 months ago
- A set of alternative `derive` attributes for Rust☆452Updated 3 weeks ago
- ☆316Updated 2 years ago
- Procedural macro to implement Display and FromStr using common settings.☆188Updated last month
- A library for creating references that carry their owner with them.☆377Updated last year
- Conditional compilation according to rustc compiler version☆381Updated 2 weeks ago
- Generic array types in Rust☆418Updated 6 months ago
- Rust method delegation with less boilerplate☆496Updated 2 months ago
- An extraction of the compiletest utility from the Rust compiler