response 1.0.2

Unified, type-safe API response builder for Axum applications.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "response"
version = "1.0.2"
edition = "2024"
description = "Unified, type-safe API response builder for Axum applications."
license = "MIT"
repository = "https://github.com/canmi21/response"
readme = "README.md"
keywords = ["server", "unix", "api", "axum"]
categories = ["asynchronous", "network-programming", "web-programming"]
[lib]
path = "src/lib.rs"

[dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
axum = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"