You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trivernis
c6c127edbb
Signed-off-by: trivernis <trivernis@protonmail.com> |
2 years ago | |
---|---|---|
.github/workflows | 4 years ago | |
.idea | 4 years ago | |
src | 2 years ago | |
.gitignore | 4 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago |
README.md
AnimeThemes Rust API
This crate provides an API Wrapper for AnimeThemes.moe.
Usage
use animethemes_rs::client::AnimeThemesClient;
let client = AnimeThemesClient::default();
let response = client.search("Vivy", &[], &[]).await?;
assert!(response.anime.is_some());
assert!(response.videos.is_some());
License
Apache-2.0