cfgloader-core
Core functionality for CFGLoader
This crate provides the core types, traits, and utilities for the CFGLoader configuration loading library. It is typically not used directly - instead, use the main cfgloader_rs crate which re-exports everything you need.
What's in this crate
FromEnvtrait for types that can be loaded from environment variablesCfgErrorenum for configuration loading errors- Utility functions for parsing and loading environment variables
.envfile loading support viadotenvy
Usage
This is an internal crate. For usage examples and documentation, please see the main cfgloader_rs crate.
License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.