azure_base

Crates.ioazure_base
lib.rsazure_base
version0.1.0
sourcesrc
created_at2022-01-24 16:59:49.075148
updated_at2022-01-24 16:59:49.075148
descriptionRust wrappers around Microsoft Azure REST APIs - Core crate
homepagehttps://github.com/azure/azure-sdk-for-rust
repositoryhttps://github.com/azure/azure-sdk-for-rust
max_upload_size
id520290
size146,416
azure-sdk-publish-rust (github:azure:azure-sdk-publish-rust)

documentation

https://docs.rs/azure_base

README

Azure SDK for Rust - Core crate

Core crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to https://github.com/azure/azure-sdk-for-rust.

Usage

To set this crate as a dependency, add this to your Cargo.toml

[dependencies]
azure_core = { version = "0.1.0", git = "https://github.com/Azure/azure-sdk-for-rust" }
Commit count: 1810

cargo fmt