zerror

Crates.iozerror
lib.rszerror
version0.7.0
sourcesrc
created_at2023-04-05 00:00:16.502193
updated_at2024-10-08 12:53:10.010801
descriptionzerror provides an error interface for context-aware error-reporting.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id830568
size6,169
Robert Escriva (rescrv)

documentation

README

zerror

zerror provides an error interface for context-aware error-reporting.

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 Z trait.

Warts

  • zerror_core is a separate crate that provides a wrappable struct for implementing Z. This is mildly inconvenient, but was done to separate this library from the zerror_core dependencies.

Upgrading

  • 0.3 -> 0.4: The with_* methods have been consolidated into a single with_info and with_lazy_info implementation. They will be removed in 0.5.

Documentation

The latest documentation is always available at docs.rs.

Commit count: 1605

cargo fmt