Skip to content

Releases: joyanedel/rust-decouple

Rust decouple v0.3.0

Choose a tag to compare

@joyanedel joyanedel released this 22 Sep 00:26
c639bea

[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