Crate inline_config_macros

Crate inline_config_macros 

Source
Expand description

Proc macro implementations for inline_config.

Macros§

Path
The type version of path!(). Used in type bounds.
path
Constructs a path with which one accesses a nested-in piece of data from config.

Attribute Macros§

config
Declares a config module.

Derive Macros§

ConfigData
Defines a data structure that can be converted directly from a compatible container.