Provides access to the Bunny CDN API asynchronously using tokio.
Find a file
Radical 24b472c401 build: add keywords and bump package
will publish a 0.2.0 right away because of course right after publishing i notice sveral issues that need fixing.
2025-05-20 02:12:51 +02:00
src docs: add proper module documentation to edge_storage.rs 2025-05-20 02:05:09 +02:00
.gitignore initial commit 2025-05-19 21:27:47 +02:00
Cargo.lock build: add keywords and bump package 2025-05-20 02:12:51 +02:00
Cargo.toml build: add keywords and bump package 2025-05-20 02:12:51 +02:00
LICENSE initial commit 2025-05-19 21:27:47 +02:00
README.md feat: add README.md 2025-05-20 01:45:07 +02:00

bunny-api-tokio

License

A Rust library providing asynchronous access to the Bunny CDN API using Tokio.

Features

  • Async-first: Built with Tokio for non-blocking API calls.
  • Edge Storage API: Supports Bunny's edge storage operations.
  • Lightweight: Pure Rust implementation with minimal dependencies.

Usage

Add to your Cargo.toml:

[dependencies]
bunny-api-tokio = "0.1.0"