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

[lib]

[dependencies]
throwing-macros = { version = "0.1.0", path = "../throwing-macros" }