monitor_client 0.1.14

a client to interact with the monitor system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# monitor client

## *interact with the monitor system programatically*

with this crate you can leverage all the functionality of monitor through rust code. for example, you can...

 - create and manage complex deployment cycles
 - execute builds on specific schedules
 - monitor server stats programatically
 - program response actions to monitor updates sent over websocket

this crate re-exports the [monitor types](https://crates.io/crates/monitor_types) crate under the module "types"