nhentai 0.2.0

Crate for getting metadata and images from nhentai
Documentation
1
2
3
4
5
6
7
8
9
10
/// Errors produced by this Library
#[derive(Debug, thiserror::Error)]
pub enum Error {
    /// A Error that can occur when requesting web content
    #[error("An Error occurred while requesting web content: {0}")]
    Request(#[from] reqwest::Error),

    #[error("Gallery does not exits")]
    DoesNotExist,
}