Skip to main content

Module json_extractor

Module json_extractor 

Source
Expand description

高性能 JSON 请求体提取器 (JSON Extractor)

实现 axum [FromRequest] trait,使用 simd-json 加速反序列化。 当 simd-json 不支持目标类型时自动回退到 serde_json。

Structs§

AppJson
高性能 JSON 请求体包装器