Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@elichai elichai released this 20 Dec 09:10
· 13 commits to master since this release
78a7bd9
  • Add a log_ts feature that logs the time it takes the function to run (std only) (Thanks @alanthinker )
  • Add support for custom Result types like type MyResult<T> = Result<T, MyErr>;.
  • Bug fixes and more.
    Also thanks @TedDriggs @SilentByte for contributing.