azure-functions 0.3.0

Azure Functions for Rust
1
2
3
4
mod client;
pub use self::client::*;

pub use azure_functions_shared::rpc::protocol;