zerror_core

Crates.iozerror_core
lib.rszerror_core
version
sourcesrc
created_at2023-06-25 17:50:39.619415
updated_at2025-02-04 08:09:29.2232
descriptionA complete implementation of the zerror:Z trait.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id899716
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Robert Escriva (rescrv)

documentation

README

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.

Commit count: 1682

cargo fmt