anidb-api
An asynchronous Rust client for interacting with the AniDB HTTP API. Features a built-in rate limiter for safe and respectful API usage.
Features
- Asynchronous operation.
- Built-in rate limiter to comply with AniDB API limits.
- Simple interface for fetching data.
- Basic support for
tracinglogging.
Status
- Implemented:
get_anime: Fetch detailed information about an anime by its ID.
- In Progress:
- Fetching random recommendations.
- Fetching random similar anime.
- Fetching the hot anime list.
- Fetching main page data.
Installation
Add the dependency to your Cargo.toml:
[]
= "0.1.0"
Usage Example
use ;
async
License
This project is licensed under the [MIT] or [Apache-2.0] License.