[package] name = "this-is-fine" version = "0.0.1" authors = ["Tamme Schichler "] edition = "2018" description = "`pub type Fine = (T, Result<(), E>);` ☕🐕" license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/this-is-fine" homepage = "https://github.com/Tamschi/this-is-fine/tree/v0.0.1" documentation = "https://docs.rs/this-is-fine/0.0.1" keywords = ["mostly_infallible", "results", "convenience"] categories = ["rust-patterns"] readme = "README.md" include = [ "**/*.rs", "!tests/unincluded_*.rs", # Tests of meta data files not included in the package. "Cargo.toml", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "LICENSE-*", "README.md", "SECURITY.md", ] resolver = "2" [badges] is-it-maintained-issue-resolution = { repository = "Tamschi/this-is-fine" } is-it-maintained-open-issues = { repository = "Tamschi/this-is-fine" } maintenance = { status = "experimental" } # This may differ between branches. [dev-dependencies] cargo-husky = "1.5.0" doc-comment = "0.3.3" git_info = "0.1.2" version-sync = "0.9.3" wasm-bindgen-test = "0.3.28"