Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 279 Bytes

REFERENCE.md

File metadata and controls

7 lines (5 loc) · 279 Bytes

Proc-macro reference

To use conf, use the #[derive(Conf)] proc macro on your configuration struct. Then call a [Conf] trait function to parse your configuration struct.