kix 0.3.0

A result type for testing that supports to eliminate using of Result::unwrap
Documentation

kix

A result type for testing that supports to eliminate using of Result::unwrap. So a library may enforce flags such as -D clippy::unwrap_used without hassle.

Quickstart

For a quickstart, see examples. For installation from package repository, see crates.io. For API references, see doc.rs.

Test

# Just install for the first time.
rustup component add clippy

cargo test
cargo clippy