Lymia / derive_settersLinks
A procedural macro that automatically generates setter methods for a struct's fields.
☆25Updated 3 months ago
Alternatives and similar repositories for derive_setters
Users that are interested in derive_setters are comparing it to the libraries listed below
Sorting:
- State machine pattern for Rust☆29Updated 11 months ago
- Ansic is a modern, efficient and compile time ansi macro and utilities.☆55Updated 3 months ago
- Hitori is a generic regular expressions library.☆54Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆86Updated 5 months ago
- https://github.com/rust-lang/cargo/issues/948☆55Updated last year
- 🐱concat! with support for const variables and expressions☆42Updated 3 months ago
- Abstract over different executors☆74Updated 2 years ago
- Configure const and static items by environment variables.☆25Updated 2 years ago
- Obsessively tiny error derive macro☆87Updated 8 months ago
- Cargo hack manager☆64Updated last year
- A self-contained Rust reimplementation of uroman, a universal romanizer.☆30Updated 2 weeks ago
- Re-usable CLI flags for `cargo` plugins☆40Updated last week
- Provides many useful tools related to tuples☆57Updated 5 months ago
- Serde-based replacement for #[derive(Debug)]☆68Updated last year
- A primitive for writing structural search and replace programs for rust☆32Updated 2 weeks ago
- Collects build-information of your Rust crate☆22Updated this week
- Helper for macro_rules authors to chain their macros with builtin ones (such as `env!`, `include!`, or `concat_idents!`).☆17Updated last year
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆85Updated last month
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.