sailfish-web 0.2.0

Simple extension crate that enables a simpler api for web server crates
Documentation
1
2
3
4
5
6
7
pub mod template;
#[cfg(feature = "axum_support")]
pub mod axum;
#[cfg(feature = "rocket_support")]
pub mod rocket;
#[cfg(feature = "warp_support")]
pub mod warp;