Skip to content

confik: v0.11.0

Compare
Choose a tag to compare
@robjtede robjtede released this 20 Oct 16:15
· 165 commits to main since this release
a212097
  • Add support for #[confik(try_from = "<ty>")] field attribute, following the rules of from but using TryFrom. This will not break existing code unless it contains manual implementations of Configuration.
  • Add FailedTryInto type.
  • Add Error::TryInto variant.
  • .try_build() methods now use Error as their return type.