error_spanned 0.1.0

Generates wrapper structs and macros around an enum implementing std::error::Error. Generated macros can be used to add line, file and span info to the enum's error. This is meant to be used inside proc macro libs.
Documentation
[dependencies.error_spanned_derive]
version = "0.1.0"

[dependencies.proc-macro2]
version = "1.0.27"

[dependencies.syn]
version = "1.0.73"

[dev-dependencies.proc-macro2]
version = "1.0.27"

[dev-dependencies.trybuild]
version = "1.0.42"

[package]
authors = ["Mihir Luthra <luthramihir708@gmail.com>"]
description = """
Generates wrapper structs and macros around an enum implementing std::error::Error.
Generated macros can be used to add line, file and span info to the enum's error. This is meant
to be used inside proc macro libs.
"""
edition = "2018"
license = "MIT OR Apache-2.0"
name = "error_spanned"
repository = "https://github.com/MihirLuthra/error_spanned"
version = "0.1.0"