version documentation downloads
Run on Repl.it Gitpod ready-to-code
license GitHub code size in bytes

hentai

The aptly named hentai crate provides an easy mechanism to consume nhentai's public facing APIs in Rust. As of now, hentai relies solely on these APIs instead of scraping their website. However, this capability may be added in the near future.

hentai will provide information about a doujin given its six-digit code. Alternatively, the JSON response from nhentai's /api/gallery/{id} endpoint may be provided directly.

hentai is based on the similar package for python.

Install

Using cargo-edit

shell cargo add hentai

Manually

Add the following to your Cargo.toml: toml hentai = "0.2.2"

Planned Features

Contribute

Local

shell git clone https://github.com/EmperorParzival/hentai cd hentai cargo install --force --path .

Browser

Open in Gitpod