rust-api-kit 0.1.2

A type-safe API definition toolkit for Rust — define your API once and share it across client and server, with compile-time guarantees.
Documentation
1
2
3
4
5
#[cfg(feature = "anyhow")]
pub mod anyhow_integration;
#[cfg(feature = "axum")]
pub mod axum_integration;
pub mod client;