cdumay_error_derive 1.0.3

Streamlining Error Handling in Rust
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"

[lib]
name = "cdumay_error_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Cédric Dumay <cedric.dumay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Streamlining Error Handling in Rust"
documentation = "https://docs.rs/cdumay_error_derive"
edition = "2021"
homepage = "https://github.com/cdumay/cdumay_error"
license-file = "LICENSE"
name = "cdumay_error_derive"
readme = "README.md"
repository = "https://github.com/cdumay/cdumay_error"
version = "1.0.3"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]