somehow 0.1.1

generic error handling
Documentation
[package]
name = "somehow"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "generic error handling"
documentation = "https://docs.rs/somehow"
repository = "https://github.com/btwiuse/somehow"
homepage = "https://github.com/btwiuse/somehow"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[[bin]]
name = "a"
path = "examples/a.rs"

[[bin]]
name = "b"
path = "examples/b.rs"

[dependencies]