macron-impl-error 0.1.0

The implementation of trait Error
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "macron-impl-error"
description = "The implementation of trait Error"
version = "0.1.0"
license = "MIT"
authors = ["Bulat Sh. <t.me/fuderis>"]
repository = "https://github.com/fuderis/rs-macron/tree/main/macron-impl-error"
edition = "2021"

[lib]
proc-macro = true

[dependencies]
quote = "1.0.39"
syn = "2.0.99"