miette-derive 4.7.1

Derive macros for miette. Like `thiserror` for Diagnostics.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "miette-derive"
version = "4.7.1"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
license = "Apache-2.0"
description = "Derive macros for miette. Like `thiserror` for Diagnostics."
repository = "https://github.com/zkat/miette"


[lib]
proc-macro = true


[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0.45"