MCPcopy Index your code
hub / github.com/cloudflare/cloudflare-rs

github.com/cloudflare/cloudflare-rs @v0.14.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.14.0 ↗ · + Follow
405 symbols 654 edges 75 files 18 documented · 4% updated 2mo agov0.14.0 · 2025-03-13★ 31236 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

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

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Class 161
Method 156
Function 47
Enum 34
Interface 7

Languages

Rust100%

Modules by API surface

cloudflare/src/endpoints/ai/execute_model.rs36 symbols
cloudflare/src/framework/client/async_api.rs30 symbols
cloudflare/src/endpoints/zones/zone.rs16 symbols
cloudflare/src/endpoints/dns/dns.rs16 symbols
cloudflare-e2e-test/src/storage_databases/kv.rs13 symbols
cloudflare/src/endpoints/load_balancing/mod.rs12 symbols
cloudflare-examples/src/main.rs12 symbols
cloudflare/src/framework/endpoint.rs10 symbols
cloudflare/src/endpoints/workerskv/write_key.rs10 symbols
cloudflare/src/endpoints/cfd_tunnel/data_structures.rs9 symbols
cloudflare/src/framework/response/mod.rs8 symbols
cloudflare/src/endpoints/account/user.rs8 symbols

For agents

$ claude mcp add cloudflare-rs \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page