#derive #methods #helper #maintenance #zerror

macro zerror_derive

zerror_derive derives common helpers for Z crates

6 releases (breaking)

0.6.0 Oct 8, 2024
0.5.0 Sep 17, 2024
0.4.0 Aug 19, 2024
0.3.0 Feb 19, 2024
0.1.0 Sep 21, 2023

#14 in #maintenance

Download history 27/week @ 2024-06-26 3/week @ 2024-07-03 26/week @ 2024-07-10 44/week @ 2024-07-17 55/week @ 2024-07-24 36/week @ 2024-07-31 28/week @ 2024-08-07 139/week @ 2024-08-14 60/week @ 2024-08-21 64/week @ 2024-08-28 29/week @ 2024-09-04 161/week @ 2024-09-11 109/week @ 2024-09-18 81/week @ 2024-09-25 158/week @ 2024-10-02 88/week @ 2024-10-09

562 downloads per month
Used in 16 crates (10 directly)

Apache-2.0

27KB
548 lines

zerror derive

This library provides a derive macro so that an enum with a { core: ErrorCore } member will have the requisite methods for manipulating the core.

Status

Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year.

Scope

This library derives ZerrorCore.

Warts

  • IoToZ will likely disappear before this library goes stable.

Documentation

The latest documentation is always available at docs.rs.

Dependencies

~1.5MB
~35K SLoC