zerror_derive 0.8.0

zerror_derive derives common helpers for Z crates
Documentation
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](https://docs.rs/zerror_derive/latest/zerror_derive/).