cloudflare-rs 0.6.5

Rust library bindings for Cloudflares v4 API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*!
Implementations of the Endpoint trait for individual Cloudflare API endpoints, e.g. DNS or Workers.
If you want to add a new Cloudflare API to this crate, simply add a new submodule of this `endpoints`
module.
 */
pub mod account;
pub mod dns;
pub mod load_balancing;
pub mod plan;
pub mod user;
pub mod workers;
pub mod workerskv;
pub mod zone;