nhentai 0.2.0

Crate for getting metadata and images from nhentai
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod api;
mod client;
mod error;
pub mod gallery;

pub type Result<T> = std::result::Result<T, error::Error>;

pub use client::Client;
pub use error::Error;
pub use gallery::Gallery;