tryvial 0.2.0

Small crate for ok-wrapping and try blocks
Documentation
[dependencies.tryvial-proc]
optional = true
version = "0.2.0"

[features]
default = ["proc-macro"]
proc-macro = ["dep:tryvial-proc"]

[package]
categories = ["rust-patterns", "no-std"]
description = "Small crate for ok-wrapping and try blocks"
edition = "2021"
keywords = ["try", "catch", "ok", "wrap", "throw"]
license = "MIT OR Apache-2.0"
name = "tryvial"
readme = "README.md"
repository = "https://github.com/JoJoJet/tryvial"
version = "0.2.0"