konfig-rust-derive

Crates.iokonfig-rust-derive
lib.rskonfig-rust-derive
version0.1.1
created_at2025-02-27 22:45:54.252925+00
updated_at2025-02-28 13:23:16.598054+00
descriptionA derive macro for the konfig-rust library, allowing shorthand implementation of the KonfigSection trait
homepage
repositoryhttps://github.com/kociumba/konfig-rust
max_upload_size
id1572241
size4,993
(kociumba)

documentation

README

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,
}
Commit count: 5

cargo fmt