whmcs 0.1.0

Rust client for the WHMCS API
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[warn(missing_docs)]
#[warn(clippy::pedantic)]
#[warn(clippy::cargo)]
#[warn(clippy::nursery)]
/// The builder module contains the `WhmcsBuilder` struct, which is used to build a `WhmcsClient` instance. This is how all interactions with the WHMCS API are made.
pub mod builder;
pub mod error;
pub mod models;
pub mod resources;
#[cfg(test)]
pub mod test;