only_one 0.1.0

Provides the OnlyOne trait, which allows less nesting when chaining results
Documentation
[dependencies]

[dev-dependencies.thiserror]
version = "2.0.17"

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

[lints.clippy]
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 1

[lints.rust]
missing_docs = "warn"

[package]
authors = ["Ben Przybyszewski "]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "no-std", "no-std::no-alloc"]
description = "Provides the OnlyOne trait, which allows less nesting when chaining results"
edition = "2024"
exclude = [".gitignore"]
keywords = ["error", "result", "chaining", "nested"]
license = "MIT OR Apache-2.0"
name = "only_one"
readme = "README.md"
repository = "https://github.com/przb/only-one"
version = "0.1.0"