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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.66"
syn = "2.0.29"