Skip to content

v0.3.0 (Beta)

Pre-release
Pre-release

Choose a tag to compare

@DandyLyons DandyLyons released this 29 Mar 15:58
· 5 commits to main since this release

Full Changelog: 0.1.0...0.3.0

NOT API STABLE

This release adds convenience initializers to convert any throwing function to:

  1. Optional
  2. Result
  3. the return value type
  4. a Void (try and handle in place)

Read README for more details.