Provides access to the Bunny CDN API asynchronously using tokio.
Find a file
2025-06-25 14:24:21 +02:00
.vscode feat: use features to split up api into its respective parts 2025-06-25 13:58:37 +02:00
src fix: make error output more useful 2025-06-25 14:16:07 +02:00
.gitignore initial commit 2025-05-19 21:27:47 +02:00
Cargo.lock feat: use features to split up api into its respective parts 2025-06-25 13:58:37 +02:00
Cargo.toml make docs.rs build with all features 2025-06-25 14:08:27 +02:00
LICENSE initial commit 2025-05-19 21:27:47 +02:00
README.md fix: update version in readme 2025-06-25 14:24:21 +02:00

bunny-api-tokio

License Crates.io Visitors

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

Issues/PRs

Issues and PRs can be submitted on the GitHub mirror

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.4.0"