cloudflare-api 0.1.0

Typed Rust client bindings for the Cloudflare API generated from OpenAPI definitions.
Documentation
1
2
3
4
5
6
7
8
9
mod acm;
mod custom_certificates;
mod custom_hostnames;
mod custom_pages;

pub use acm::*;
pub use custom_certificates::*;
pub use custom_hostnames::*;
pub use custom_pages::*;