yaahc / displaydoc
A derive macro for implementing the display Trait via a doc comment and string interpolation
☆330Updated 2 months ago
Alternatives and similar repositories for displaydoc:
Users that are interested in displaydoc are comparing it to the libraries listed below
- Ensure correct assumptions about constants, types, and more in Rust☆603Updated last year
- Fast, ergonomic metrics for Rust☆340Updated 4 months ago
- a smaller, faster and panic-free alternative to core::fmt☆354Updated last year
- A compiler plugin to insert flame calls☆377Updated last year
- A set of alternative `derive` attributes for Rust☆429Updated 8 months ago
- Delegation of trait implementations via procedural macros☆260Updated 7 months ago
- Conditional compilation according to rustc compiler version☆346Updated 3 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆507Updated this week
- An extraction of the compiletest utility from the Rust compiler☆222Updated last month
- Faster, more compact implementation of std::Cow☆342Updated last year
- A strict, yet friendly mocking library for Rust 2018☆225Updated 8 months ago
- Generic array types in Rust☆407Updated last month
- A procedural macro for auto logging output of functions☆190Updated 3 years ago
- ☆309Updated 2 years ago
- Stackless generators on stable Rust.☆449Updated 2 years ago
- Procedural macro to implement Display and FromStr using common settings.☆184Updated 3 weeks ago
- Rust option parser with custom derive support☆229Updated 3 months ago
- Generate README.md from docstrings☆370Updated 6 months ago
- A safe and convenient store for one value of each type☆337Updated 7 months ago
- A Rust macro to determine if a type implements a logical trait expression☆249Updated 5 years ago
- Zero-overhead type-safe builder pattern `derive` macro for your Rust structs☆223Updated last year
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated last year
- Rust method delegation with less boilerplate☆455Updated last week
- Rust doesn't have exceptions☆631Updated 4 years ago
- Statically-checked alternatives to RefCell and RwLock