Skip to content

5.2.0

Compare
Choose a tag to compare
@nlfiedler nlfiedler released this 03 May 16:02
· 93 commits to master since this release

Added

  • rlch: Added async methods to Option<T> and Result<T, E>.
  • rlch: Added missing type arguments to Option<T> and Result<T, E>.
  • rlch: Added code coverage for async methods.
  • rlch: Added OptionFutureRedirector util to redirect methods called on Future<Option<T>>.
  • rlch: Added ResultFutureRedirector util to redirect methods called on Future<Result<T, E>>.