Crates.io | animebytes-rs |
lib.rs | animebytes-rs |
version | 1.0.0 |
source | src |
created_at | 2021-10-28 21:13:45.098304 |
updated_at | 2021-10-29 04:51:43.952028 |
description | An api client for accessing AnimeBytes.tv tracker api |
homepage | https://github.com/tyhi/animebytes-rs |
repository | https://github.com/tyhi/animebytes-rs |
max_upload_size | |
id | 473703 |
size | 15,682 |
This crate is for accessing the animebytes.tv tracker's rest API. It covers all the currently available endpoints.
use animebytes_rs::Client;
let encoder = Client::new("AB_KEY", "AB_USER").unwrap();
let search_result = client.search_anime("sword art online").await.unwrap();
Licensed under MIT