throwing-macros 0.1.1

Create explicit errors easily with a handy macro
Documentation
[dependencies.proc-macro2]
version = "1.0.66"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
features = ["full"]
version = "2.0.32"

[lib]
proc-macro = true

[package]
authors = ["Benjamin Swart <Benjaminswart@email.cz>"]
categories = ["rust-patterns"]
description = "Create explicit errors easily with a handy macro"
documentation = "https://docs.rs/throwing-macros/"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "throwing-macros"
readme = "README.md"
repository = "https://github.com/SvizelPritula/throwing"
rust-version = "1.65"
version = "0.1.1"