Provides access to the Bunny CDN API asynchronously using tokio.
Find a file
2025-05-24 03:34:07 +02:00
src fix: use correct syntax in doctests 2025-05-24 03:34:07 +02:00
.gitignore initial commit 2025-05-19 21:27:47 +02:00
Cargo.lock build: add dev-dependencies for doctest 2025-05-24 03:34:03 +02:00
Cargo.toml build: add dev-dependencies for doctest 2025-05-24 03:34:03 +02:00
LICENSE initial commit 2025-05-19 21:27:47 +02:00
README.md Update README.md 2025-05-23 18:17:39 +00: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.2.0"