mal-api 2.0.3

An asynchronous MyAnimeList (MAL) API library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Module for interacting with the `forum` endpoints

/// Forum API client
pub mod api;

/// Forum API errors
pub mod error;

/// Forum API request structs
pub mod requests;

/// Forum API responses
pub mod responses;