ayun-server 0.23.0

The RUST Framework for Web Rustceans.
Documentation
1
2
3
4
5
6
7
8
9
10
#[cfg(feature = "response-json")]
pub use json::Json;

#[cfg(feature = "response-json")]
mod json;

#[cfg(feature = "response-json")]
pub fn json() -> Json {
    Json::default()
}