Registry / utility / simple-eyre

simple-eyre

JSON →
library0.3.1rscratesunverified

One of the simplest error reporters built on top of eyre, defining only an error report.

# Cargo.toml [dependencies] simple-eyre = "0.3.1"
INSTALL
IMPORT
SIG · SIMPLE-EYRE
S
simple-eyre
utilityrustv0.3.1
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.

install
use simple_eyre::install;

Install the simple error reporter and trigger an error.

use simple_eyre::install; fn main() -> Result<(), Box<dyn std::error::Error>> { install()?; Err("example error".into()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
simple-eyre — cargo add simple-eyre · libregistry