azure-functions-shared 0.2.0

Implementations shared between the azure-functions-codegen and azure-functions crates.
1
2
3
4
5
6
mod binding;
pub mod bindings;
mod function;

pub use self::binding::*;
pub use self::function::*;