Module instantiated_config

Module instantiated_config 

Source
Expand description

Creating and using the internal representation of all the important files, directories, and lints to check.

Most importantly, this module re-exports the InstantiatedConfig struct, and collects methods, helper functions, and trait implementations. The submodules of this module are designed to prevent any individual field from becoming too large.

Re-exportsยง

pub use cfg_struct::InstantiatedConfig;

Modulesยง

cfg_struct ๐Ÿ”’
This module contains the definition of the InstantiatedConfig struct. Implementations of trains and methods are found in sibling modules.
defaults ๐Ÿ”’
This module contains default values and the Default trait implementation for InstantiatedConfig.
lints ๐Ÿ”’
This module contains methods and helper functions that run checks on an InstantiatedConfig.
try_from ๐Ÿ”’
This module contains TryFrom implementations for various types into InstantiatedConfig.