| Crates.io | cfgloader-rs-core |
| lib.rs | cfgloader-rs-core |
| version | 0.1.2 |
| created_at | 2025-09-05 05:56:55.858234+00 |
| updated_at | 2025-09-05 05:56:55.858234+00 |
| description | Core functionality for cfgloader - configuration loading library |
| homepage | |
| repository | https://github.com/j50301m/cfgloader-rs |
| max_upload_size | |
| id | 1825129 |
| size | 6,455 |
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.
FromEnv trait for types that can be loaded from environment variablesCfgError enum for configuration loading errors.env file loading support via dotenvyThis is an internal crate. For usage examples and documentation, please see the main cfgloader-rs crate.
Licensed under either of Apache License, Version 2.0 or MIT license at your option.