Provides access to the Bunny CDN API asynchronously using tokio.
Find a file
Radical a9e05c3156 feat: add endpoints from bunny.net API
Adds get_country_list(), list_api_keys(), region_list() and purge_url() from the API.
These names are probably gonna change to be more streamlined, they are currently derived from the API reference page titles.
2025-05-24 03:05:55 +02:00
src feat: add endpoints from bunny.net API 2025-05-24 03:05:55 +02:00
.gitignore initial commit 2025-05-19 21:27:47 +02:00
Cargo.lock bump version 2025-05-20 13:19:02 +02:00
Cargo.toml bump version 2025-05-20 13:19:02 +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"