-
Micronfig v3.0.0 Stable
released this
2026-07-26 17:46:24 +00:00 | 6 commits to main since this release- Added
tracing. - Improved error messages in general.
- Updated to Rust 2024 edition.
- BREAKING: Envdot no longer panics if it can't read a file and just ignores it instead.
- BREAKING: Envfiles no longer panics if it can't read a file and just ignores it instead.
- SAFETY: Tests must be run in a single thread because of
std::env::set_varandstd::env::remove_var. - BREAKING: Configuration variables now default to
pub(self), but their visibility can be changed by prefixing the desired visibility to them. - Doc comments and attributes can be added to configuration variables.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added