10 releases (breaking)
0.10.0 | Nov 7, 2024 |
---|---|
0.8.0 | Sep 17, 2024 |
0.5.0 | Feb 19, 2024 |
0.4.0 | Dec 27, 2023 |
0.2.1 | Jul 9, 2023 |
#2140 in Rust patterns
464 downloads per month
Used in 16 crates
(14 directly)
210KB
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
~38K SLoC