onlyerror

Obsessively tiny error derive macro

MIT License

Downloads
11.3K
Stars
84
onlyerror - 0.1.4 Latest Release

Published by parasyte 9 months ago

Updates:

  • Updates myn to 0.2.0. (#16)
onlyerror - 0.1.3

Published by parasyte over 1 year ago

Features:

  • Added #[no_display] attribute to signal intent that Display must be implemented manually. (#11)

Fixes:

  • Use fully qualify Result path. (#8)
  • Allow Display to be derived for empty enum. (#11)
    • Also fixes the fix for the fix for unit variants. 😅

Contributors 💖:

  • @actioninja
  • @Mifom
onlyerror -

Published by parasyte over 1 year ago

Fixes:

  • Fix enum unit variants (again). (#6)
onlyerror -

Published by parasyte over 1 year ago

Fixes:

  • Fixed enum unit variants with a value. (#4)
onlyerror - 0.1.0

Published by parasyte over 1 year ago

Initial release!