ts-webapi 0.4.11

Library for my web API projects
Documentation
1
2
3
4
5
//! Axum extractors.

mod json;

pub use json::Json;