Expand description
This crate provides a Rust library for interacting with the AniList API.
Modules§
- models
- This module contains various models and structures used in the library.
Structs§
- Client
- Represents a client for interacting with an API.
Enums§
- Error
- Represents the various errors that can occur in the application.
Type Aliases§
- Result
- A specialized
Result
type for operations that can return anError
.