mangadex-api-schema-rust 0.1.0

Response structs and helpers for mangadex-api
Documentation
1
2
3
4
#[derive(Debug, Clone)]
pub struct IsFollowingResponse {
    pub is_following: bool,
}