throwing 0.1.0

Create explicit errors easily with a handy macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.throwing-macros]
version = "0.1.0"

[lib]

[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"
readme = "README.md"
repository = "https://github.com/SvizelPritula/throwing"
rust-version = "1.65"
version = "0.1.0"