Skip to content

onlyargs_derive 0.1.4

Compare
Choose a tag to compare
@parasyte parasyte released this 19 Feb 03:11
· 5 commits to main since this release
f40e679

Fixes:

  • Fixes defaults for float and integer. (#34)
    • Addresses a From<i32> compiler error introduced in 0.1.3.
    • Negative numbers are still not working.
  • Fixes compile error when the derived struct contains a field called name. (#34)