bunnycdn 0.1.2

Wrapper Lib around BunnyCDN's web API 🐇
Documentation

BunnyCDN lib 🐰

Thin Rust library around BunnyCDN's web API's 🐇

Note: storage API is the only one implemented so far, others coming soon!

Terminal CLI

bunnycli

Requirements

  1. Have a BunnyCDN account
  2. An API Key. You can find this in our Dashboard in the My Account section.
  3. A Storage API key, You can find this in our Storage Zone, the FTP password is the API Key.

Usage in Cargo.toml

[dependencies]
bunnycdn = "0.1"

This is my first crate, please be gentle