Skip to content

cloudflare/cloudflare-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d8d1f57 · Mar 13, 2025
Mar 3, 2025
Feb 24, 2025
Feb 24, 2025
Mar 13, 2025
Nov 22, 2020
Jan 6, 2020
Feb 24, 2025
Dec 8, 2020
Apr 15, 2019

Repository files navigation

cloudflare-rs

Rust library for the Cloudflare v4 API

Cloudflare's crates.io badge Cloudflare's docs.rs badge

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