Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).