6 releases (3 breaking)

0.5.0 Feb 19, 2024
0.4.0 Dec 27, 2023
0.3.0 Sep 21, 2023
0.2.2 Aug 2, 2023
0.2.0 Jun 25, 2023

#2068 in Rust patterns

Download history 165/week @ 2024-02-19 57/week @ 2024-02-26 12/week @ 2024-03-04 24/week @ 2024-03-11 13/week @ 2024-03-18 5/week @ 2024-03-25 48/week @ 2024-04-01 4/week @ 2024-04-08 8/week @ 2024-04-15

66 downloads per month
Used in 13 crates (11 directly)

Apache-2.0

205KB
5K SLoC

zerror_core

A complete implementation of the zerror:Z trait.

Status

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

Scope

This library is scoped to provide the ErrorCore struct.

Warts

  • There has to be a default implementation, but ideally every instantiation of ErrorCore should be non-default for easy error tracking.

Documentation

The latest documentation is always available at docs.rs.


lib.rs:

error_core is a default implementation of zerror::Z.

Dependencies

~1.5MB
~34K SLoC