Registry / utility / zerror-core

zerror-core

JSON →
library0.13.0rscratesunverified

A complete implementation of the zerror::Z trait for structured error handling with context and chaining.

# Cargo.toml [dependencies] zerror_core = "0.13.0"
INSTALL
IMPORT
SIG · ZERROR-CORE
Z
zerror-core
utilityrustv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Z
use zerror_core::Z;

Create a new Z error with a message.

use zerror_core::Z; fn main() { let err = Z::new("Something went wrong"); println!("Error: {}", err); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
Amazon
1
Resources
zerror-core — cargo add zerror-core · libregistry