rust_az_wrapper 0.2.0

Type-safe Rust wrapper for Azure CLI focused on Cosmos DB operations
Documentation
1
2
3
4
5
6
7
//! Azure CLI specific commands organized by category

pub mod account;
pub mod cosmos;

pub use account::*;
pub use cosmos::*;