devops-armory 0.7.2

Library to make DevOps work easier, based on russh and actix.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod create;
pub mod delete;
pub mod disable;
pub mod enable;
pub mod get;
pub mod list;
pub mod models;
pub mod patch;
pub mod update;
pub mod undelete;