Docs.rs
azure-functions-0.11.0
azure-functions 0.11.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
peterhuene
Dependencies
azure-functions-codegen ^0.11.0
normal
azure-functions-durable ^0.11.0
normal
azure-functions-shared ^0.11.0
normal
backtrace ^0.3.39
normal
chrono ^0.4.9
normal
clap ^2.33.0
normal
ctrlc ^3.1.3
normal
fs_extra ^1.1.0
normal
futures-preview ^0.3.0-alpha.19
normal
http ^0.1
normal
lazy_static ^1.4.0
normal
log ^0.4.8
normal
semver ^0.9.0
normal
serde ^1.0.102
normal
serde_json ^1.0.41
normal
serde_repr ^0.1.5
normal
sha1 ^0.6.0
normal
tempfile ^3.1.0
normal
tokio ^0.2.0-alpha.6
normal
tokio-executor ^0.2.0-alpha.6
normal
tonic ^0.1.0-alpha.5
normal
uuid ^0.8.1
normal
xml-rs ^0.8.0
normal
matches ^0.1.8
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
azure_functions/
blob.rs
1
//! Module for blob storage types.
2
mod
properties;
3
4
pub use
self
::properties::
*
;