http_halforms 0.3.0

Support for HAL and HAL-FORMS responses in HTTP APIs
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "axum")]
mod axum;
mod hal;
mod response;
mod utils;
pub mod values;

pub use hal::*;
pub use response::*;