kix 0.4.1

A result type for testing that supports to eliminate using of Result::unwrap
Documentation
[[example]]
name = "unit_test"
path = "examples/unit_test.rs"

[lib]
name = "kix"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A result type for testing that supports to eliminate using of Result::unwrap"
edition = "2021"
license = "Apache-2.0"
name = "kix"
readme = "readme.md"
repository = "https://github.com/kevin-leptons/kix"
version = "0.4.1"

[[test]]
name = "result"
path = "tests/result.rs"