2 releases
Uses new Rust 2024
0.1.1 | Feb 28, 2025 |
---|---|
0.1.0 | Feb 27, 2025 |
#40 in #yaml-config
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
~190–620KB
~15K SLoC