axum-error-object-macros 0.0.4

Macros for axum-error-object. Not intended to be used directly.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "axum-error-object-macros"
description = "Macros for axum-error-object. Not intended to be used directly."
version = "0.0.4"
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://github.com/mehcode/axum-error-object"
authors = [
    "Ryan Leckey <leckey.ryan@gmail.com>",
]

[lib]
proc-macro = true

[dependencies]
http = "1.3.1"
quote = "1.0.40"
syn = "2.0.100"