Registry / utility / one-err

one-err

JSON →
library0.0.8rscratesunverified

A crate providing a unified error type for Rust applications.

# Cargo.toml [dependencies] one_err = "0.0.8"
INSTALL
IMPORT
SIG · ONE-ERR
O
one-err
utilityrustv0.0.8
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.

OneErr
use one_err::OneErr;

Create and return a unified error.

use one_err::OneErr; fn main() -> Result<(), OneErr> { Err(OneErr::new("something went wrong")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.8latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
one-err — cargo add one-err · libregistry