Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T22:44:14.000Z (about 2 months ago)
- Last Synced: 2024-10-03T21:41:19.049Z (about 1 month ago)
- Topics: api-client, cloudflare, rust
- Language: Rust
- Homepage:
- Size: 229 KB
- Stars: 253
- Watchers: 23
- Forks: 75
- Open Issues: 54
-
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[![Cloudflare's crates.io badge](https://img.shields.io/crates/v/cloudflare.svg)](https://crates.io/crates/cloudflare)
[![Cloudflare's docs.rs badge](https://docs.rs/cloudflare/badge.svg)](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).