woah 0.4.5

A Result type that differentiates between local errors (which can be handled) and fatal errors (which cannot)
Documentation
[dependencies.either]
default-features = false
optional = true
version = "1.6.1"

[dependencies.serde]
optional = true
version = "1.0.137"

[dev-dependencies.rand]
version = "0.8.5"

[features]
default = ["either", "std"]
nightly = []
std = ["either?/use_std"]

[package]
categories = ["rust-patterns"]
description = """
    A Result type that differentiates between local errors (which can be handled)
    and fatal errors (which cannot)
"""
documentation = "https://docs.rs/woah"
edition = "2021"
keywords = ["result", "error-handling"]
license = "MIT OR Apache-2.0"
name = "woah"
readme = "README.md"
repository = "https://github.com/alilleybrinker/woah"
resolver = "2"
rust-version = "1.61.0"
version = "0.4.5"

[package.metadata.docs.rs]
features = ["default", "serde", "nightly"]