quickerr 0.3.2

A macro to define errors quickly, like `thiserror` but terser and more opinionated
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.proc-macro2]
version = "1.0.66"

[dependencies.syn]
version = "2.0.29"

[lib]
proc-macro = true

[package]
authors = ["PROMETHIA"]
description = "A macro to define errors quickly, like `thiserror` but terser and more opinionated"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "quickerr"
readme = "README.md"
repository = "https://github.com/PROMETHIA-27/quickerr"
version = "0.3.2"