{"id":23471067,"url":"https://github.com/amanoteam/rust-anilist","last_synced_at":"2026-03-16T03:35:38.657Z","repository":{"id":116025877,"uuid":"471449536","full_name":"AmanoTeam/rust-anilist","owner":"AmanoTeam","description":"A robust rust wrapper to Anilist.","archived":false,"fork":false,"pushed_at":"2025-04-07T03:20:45.000Z","size":152,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T04:25:46.127Z","etag":null,"topics":["anilist-api","api-bindings","api-client","api-wrapper","rust-crate","rust-library"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmanoTeam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-18T16:58:53.000Z","updated_at":"2025-04-07T03:20:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c6c369e-073e-4f7c-803a-2753c65a2359","html_url":"https://github.com/AmanoTeam/rust-anilist","commit_stats":null,"previous_names":["amanoteam/rust-anilist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2Frust-anilist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2Frust-anilist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2Frust-anilist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmanoTeam%2Frust-anilist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmanoTeam","download_url":"https://codeload.github.com/AmanoTeam/rust-anilist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248923906,"owners_count":21183994,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anilist-api","api-bindings","api-client","api-wrapper","rust-crate","rust-library"],"created_at":"2024-12-24T16:19:59.224Z","updated_at":"2026-03-16T03:35:38.613Z","avatar_url":"https://github.com/AmanoTeam.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rust-anilist 🚀\n\nJust an [Anilist](https://anilist.co/) API wrapper made in Rust.\n\n## Features\n\n- Basic functionality to interact with the Anilist API.\n- Asynchronous methods to load full details of entities like Anime, Manga, User, Person, and Character.\n- Comprehensive data models with detailed documentation.\n\n## Current status\n\nIt's working, just the basics, but it already works.\n\n## Installation\n\nAdd the following to your `Cargo.toml`:\n\n```toml\n[dependencies]\nrust-anilist = \"*\"\n```\n\n## Usage\n\nHere's a basic example of how to use the library:\n\n```rust\nuse rust_anilist::Client;\n\n#[tokio::main]\nasync fn main() {\n    let client = Client::with_token(\"your_api_key\");\n    let anime = client.get_anime(1).await.unwrap();\n    println!(\"{:?}\", anime);\n}\n```\n\n## Documentation\n\nThe library is fully documented. You can find the documentation [here](https://docs.rs/rust-anilist).\n\n## License\n\nCopyright © 2022-2025 [AndrielFR](https://github.com/AndrielFR)\n\nLicensed under the [Expat/MIT license](LICENSE).\nThis project is also [REUSE compliant](https://reuse.software/).\nSee individual files for more copyright information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanoteam%2Frust-anilist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famanoteam%2Frust-anilist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanoteam%2Frust-anilist/lists"}