kix

Crates.iokix
lib.rskix
version0.4.1
sourcesrc
created_at2024-09-27 16:28:16.161132
updated_at2024-10-27 13:30:30.248537
descriptionA result type for testing that supports to eliminate using of Result::unwrap
homepage
repositoryhttps://github.com/kevin-leptons/kix
max_upload_size
id1388781
size6,897
kevin leptons (kevin-leptons)

documentation

README

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
Commit count: 5

cargo fmt