proxmox-api 0.2.0

Rust bindings for the Proxmox VE HTTP API
Documentation
1
2
3
4
5
6
7
mod base_access;

#[cfg(feature = "reqwest-client")]
mod reqwest;

#[cfg(feature = "reqwest-client")]
pub use reqwest::{Client as ReqwestClient, Error as ReqwestError};