rust-anilist 🚀
Just an Anilist API wrapper made in Rust.
Features
- Basic functionality to interact with the Anilist API.
- Asynchronous methods to load full details of entities like Anime, Manga, User, Person, and Character.
- Comprehensive data models with detailed documentation.
Current status
It's working, just the basics, but it already works.
Installation
Add the following to your Cargo.toml:
[]
= "*"
Usage
Here's a basic example of how to use the library:
use Client;
async
Documentation
The library is fully documented. You can find the documentation here.
License
Copyright © 2022-2025 AndrielFR
Licensed under the Expat/MIT license. This project is also REUSE compliant. See individual files for more copyright information.