bunny-api-tokio/README.md
2025-05-23 18:17:39 +00:00

23 lines
830 B
Markdown

# bunny-api-tokio
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Crates.io](https://img.shields.io/crates/v/bunny-api-tokio.svg)](https://crates.io/crates/bunny-api-tokio)
[![Visitors](https://visitor-badge.laobi.icu/badge?page_id=gorb.bunny-api-tokio)](https://git.gorb.app/gorb/bunny-api-tokio)
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](https://github.com/gorb-app/bunny-api-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`:
```toml
[dependencies]
bunny-api-tokio = "0.2.0"
```