ferrin-tool 0.1.2

Ferrin tool system: tool definitions, tool sets, approval, repair, fingerprints, sandbox trait.
Documentation
1
2
3
4
5
6
7
8
9
//! Single test binary aggregating the `suite/` modules.

#![allow(
    clippy::unwrap_used,
    clippy::expect_used,
    reason = "test code may panic on unexpected values"
)]

mod suite;