Fail points for Rust, enabling controlled failure injection in tests.
# Cargo.toml
[dependencies]
fail = "0.5.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use a fail point to inject failures.
Enable the `failpoints` feature in your Cargo.toml: `fail = { features = ["failpoints"] }`.No dependency data recorded yet.