A derive macro for deriving kdam::BarExt trait for a struct.
Add this to your Cargo.toml file.
toml
[dependencies]
kdam_derive = "0.1.0"
Or add from command line.
bash
$ cargo add kdam_derive
See docs and examples to know how to use it.
Dual Licensed