https://github.com/cloudflare/cloudflare-rs
Rust library for the Cloudflare v4 API
https://github.com/cloudflare/cloudflare-rs
api-client cloudflare rust
Last synced: 10 months ago
JSON representation
Rust library for the Cloudflare v4 API
- Host: GitHub
- URL: https://github.com/cloudflare/cloudflare-rs
- Owner: cloudflare
- Created: 2018-10-23T16:09:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T19:54:06.000Z (12 months ago)
- Last Synced: 2025-04-15T08:45:11.676Z (11 months ago)
- Topics: api-client, cloudflare, rust
- Language: Rust
- Homepage:
- Size: 261 KB
- Stars: 276
- Watchers: 23
- Forks: 96
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-list - cloudflare-rs
README
# cloudflare-rs
> Rust library for the Cloudflare v4 API
[](https://crates.io/crates/cloudflare)
[](https://docs.rs/cloudflare)
⚠️ This library is a Work in Progress! ⚠️
This library provides convenience functions that wrap the Cloudflare API.
It provides two client implementations (asynchronous vs blocking). However,
projects targeting `wasm32` only get the asynchronous one (as it does not make
sense to block in that target).