- 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.