azure-functions 0.1.2

Support for writing Azure Functions in Rust.
1
2
3
4
5
6
//! Module for HTTP-related types.
mod body;
mod status;

pub use self::body::*;
pub use self::status::*;