Docs.rs
azure-functions-0.9.0
azure-functions 0.9.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
peterhuene
Dependencies
azure-functions-codegen ^0.9.0
normal
azure-functions-shared ^0.9.0
normal
backtrace ^0.3.30
normal
chrono ^0.4.6
normal
clap ^2.33.0
normal
ctrlc ^3.1.3
normal
fs_extra ^1.1.0
normal
futures ^0.1.27
normal
http ^0.1
normal
lazy_static ^1.3.0
normal
log ^0.4.6
normal
semver ^0.9.0
normal
serde ^1.0.92
normal
serde_derive ^1.0.92
normal
serde_json ^1.0.39
normal
tempfile ^3.0.8
normal
tokio ^0.1.21
normal
tower-grpc ^0.1.0
normal
tower-hyper ^0.1.0
normal
tower-service ^0.2.0
normal
tower-util ^0.1.0
normal
xml-rs ^0.8.0
normal
matches ^0.1.8
dev
Versions
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
1
2
3
4
//! Module for blob storage types.
mod
properties
;
pub
use
self
::
properties
::
*
;