Skip to content

Releases: elichai/log-derive

v0.4.0

20 Dec 09:10
78a7bd9
Compare
Choose a tag to compare
  • 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.

v0.2.4

06 Feb 13:13
f651de3
Compare
Choose a tag to compare
  • Optimized the resulting ASM Code by using move on the closure and by not saving it into a variable.

  • Preserved more of the original spans, although right now they don't help a lot rust-lang/rust#43081

  • Updated the Fibonacci example

v0.2.0

31 Jan 13:27
53146d5
Compare
Choose a tag to compare

Now it works in traits too.
instead of creating a second function it now creates a closure.

v0.1.0

31 Jan 13:25
49efc36
Compare
Choose a tag to compare
Added repository to the toml