Registry / utility / eyre
library0.6.12rscratesunverified

Flexible concrete Error Reporting type built on std::error::Error with customizable Reports.

# Cargo.toml [dependencies] eyre = "0.6.12"
INSTALL
IMPORT
SIG · EYRE
E
eyre
utilityrustv0.6.12
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.

Report
use eyre::Report;

Returns an error using Eyre's Report type.

use eyre::Report; fn main() -> Result<(), Report> { Err(Report::msg("An error occurred")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.12latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
eyre — cargo add eyre · libregistry