cnfg-derive 0.1.1

Derive macros for cnfg
Documentation

cnfg-derive

Internal crate: procedural macros that power cnfg.

The derive crate is not meant to be used directly. Depend on cnfg and the Cnfg derive will be re-exported for you:

[dependencies]
cnfg = "0.1.1"

See the cnfg README for complete documentation and examples.