Skip to content

rustlike-result v0.5.0 (2024-08-20)

Pre-release
Pre-release
Compare
Choose a tag to compare
@yifanwww yifanwww released this 21 Aug 01:27
· 24 commits to main since this release

Breaking Changes

All deprecated functions and methods are deleted:

  • Result.isOkAndAsync
  • Result.isErrAndAsync
  • Result.mapAsync
  • Result.mapOrAsync
  • Result.mapOrElseAsync
  • Result.mapErrAsync
  • Result.inspectAsync
  • Result.inspectErrAsync
  • Result.unwrapOrElseAsync
  • Result.andThenAsync
  • Result.orElseAsync
  • resultify
  • resultify.sync
  • resultify.promise