thiserror_string_context_macro 0.1.1

Macro crate for thiserror_string_context
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "thiserror_string_context_macro"
version = "0.1.1"
edition.workspace = true
license.workspace = true
description = "Macro crate for thiserror_string_context"
repository.workspace = true
documentation.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
syn = {version="2.0", features = ["full"]}
quote = "1.0"
proc-macro2 = "1.0"

[lib]
proc-macro = true