Releases: joyanedel/rust-decouple
Releases · joyanedel/rust-decouple
Release list
Rust decouple v0.3.0
[0.3.0] - 2024-09-21 🎉
Rust decouple is happy to announce the following breaking changes in the crate
- Derive macro Decouple now returns
Result<T, FromEnvironmentError>
Also new features:
- Environment variables of type T or Vec can be parsed only and only if T implements TryFrom trait