cfgloader-rs-core

Crates.iocfgloader-rs-core
lib.rscfgloader-rs-core
version0.1.2
created_at2025-09-05 05:56:55.858234+00
updated_at2025-09-05 05:56:55.858234+00
descriptionCore functionality for cfgloader - configuration loading library
homepage
repositoryhttps://github.com/j50301m/cfgloader-rs
max_upload_size
id1825129
size6,455
(j50301m)

documentation

https://docs.rs/cfgloader-rs-core

README

cfgloader-rs-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

  • FromEnv trait for types that can be loaded from environment variables
  • CfgError enum for configuration loading errors
  • Utility functions for parsing and loading environment variables
  • .env file loading support via dotenvy

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.

Commit count: 24

cargo fmt