2 releases
Uses new Rust 2024
0.1.1 | Feb 28, 2025 |
---|---|
0.1.0 | Feb 27, 2025 |
#1823 in Procedural macros
306 downloads per month
Used in konfig-rust
3KB
konfig-rust-derive is a derive macro helper for konfig-rust
It allows for quickly implementing the KonfigSection
trait for structs with default behaviour.
Example:
#[derive(KonfigSection)]
struct Config {
name: String,
age: u32,
}
Dependencies
~195–630KB
~15K SLoC