Crates.io | cloudflare-rs |
lib.rs | cloudflare-rs |
version | 0.7.0 |
source | src |
created_at | 2020-04-10 07:53:33.484273 |
updated_at | 2021-08-17 14:04:10.490091 |
description | Rust library bindings for Cloudflares v4 API |
homepage | |
repository | https://github.com/shalzz/cloudflare-rs |
max_upload_size | |
id | 228254 |
size | 73,321 |
Rust library for the Cloudflare v4 API
⚠️ 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).
This is a fork of the cloudflare
crate.
I've tried upstreaming my patches but they have not yet been merged and release.
This might not grow beyond my personal fork with few bug fixes but I do intend to make some architectural changes that some might find useful.
Few Opinionated changes: