Registry / other / anomaly

anomaly

JSON →
library0.99.0rscratesunverified

Anomaly is a deprecated error handling crate; users should switch to anyhow or eyre.

# Cargo.toml [dependencies] anomaly = "0.99.0"
INSTALL
IMPORT
SIG · ANOMALY
A
anomaly
otherrustv0.99.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.

Anomaly
use anomaly::Anomaly;

Minimal usage of anomaly (deprecated).

use anomaly::Anomaly; fn main() { let _err = Anomaly::new("example"); }
Debug
Known issues
breakingCrate is deprecated; no longer maintained.
fix
Replace with anyhow or eyre.
affects: >=0.1.0
Upgrade
Version history
0.99.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
Meta
1
OpenAI (training)
1
Resources
anomaly — cargo add anomaly · libregistry