feat: add README.md
This commit is contained in:
parent
6ec0318407
commit
49605fb854
1 changed files with 17 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# 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`:
|
||||||
|
```toml
|
||||||
|
[dependencies]
|
||||||
|
bunny-api-tokio = "0.1.0"
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue