frozenlib / parse-display
Procedural macro to implement Display and FromStr using common settings.
☆184Updated last week
Alternatives and similar repositories for parse-display:
Users that are interested in parse-display are comparing it to the libraries listed below
- Delegation of trait implementations via procedural macros☆259Updated 8 months ago
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆187Updated last year
- A library for to allow multiple return types by automatically generated enum.☆359Updated last week
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆330Updated 2 months ago
- Type that deserializes only from one specific value☆231Updated 2 weeks ago
- Graph the number of crates that depend on your crate over time☆237Updated 2 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆148Updated 2 weeks ago
- Compile-time string formatting☆233Updated 3 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- Conditional compilation according to rustc compiler version☆350Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆368Updated 8 months ago
- Easy code duplicate with substitution for Rust☆238Updated 6 months ago
- Struct fields that are made read-only accessible to other modules☆235Updated 2 weeks ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆238Updated last week
- Extract documentation for the feature flags from comments in Cargo.toml☆177Updated last month
- ☆309Updated 2 years ago
- x-www-form-urlencoded meets Serde☆240Updated 7 months ago
- Faster, more compact implementation of std::Cow☆343Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆156Updated 2 weeks ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆140Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆258Updated 3 months ago
- Temporary edit external crates that your project depends on☆145Updated last year
- Proc-macro typestate DSL for Rust☆146Updated last year
- Integer trait and functions for Rust☆180Updated 2 weeks ago
- Cargo subcommand for checking your documentation for broken links☆152Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆199Updated 2 weeks ago
- Cargo command to create the README.md from your crate's documentation☆153Updated 3 weeks ago
- a smaller, faster and panic-free alternative to core::fmt☆356Updated last year
- Rust macro for automatically generating default☆138Updated last year
- Rust option parser with custom derive support☆231Updated 4 months ago