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
InstantiatedConfigstruct. Implementations of trains and methods are found in sibling modules. - defaults ๐
- This module contains default values and the
Defaulttrait implementation forInstantiatedConfig. - lints ๐
- This module contains methods and helper functions that run checks on an
InstantiatedConfig. - try_
from ๐ - This module contains
TryFromimplementations for various types intoInstantiatedConfig.