Crates.io | kix |
lib.rs | kix |
version | 0.4.1 |
source | src |
created_at | 2024-09-27 16:28:16.161132 |
updated_at | 2024-10-27 13:30:30.248537 |
description | A result type for testing that supports to eliminate using of Result::unwrap |
homepage | |
repository | https://github.com/kevin-leptons/kix |
max_upload_size | |
id | 1388781 |
size | 6,897 |
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.
For a quickstart, see examples. For installation from package repository, see crates.io. For API references, see doc.rs.
# Just install for the first time.
rustup component add clippy
cargo test
cargo clippy