icinga2-api 0.2.22

Rust client for the Icinga2 API
Documentation
1
2
3
4
5
6
7
8
9
//! Icinga API

pub mod action;
pub mod query;

#[cfg(feature = "async")]
pub mod async_client;
#[cfg(feature = "blocking")]
pub mod blocking;