enma.rs
A crate serving anime and manga information 📦
enma.rs is basically a rust port and a super set of the aniwatch scraper package, which is internally used by the aniwatch-api.
[!IMPORTANT]
- This package is just an unofficial package for the different providers of anime and manga and is in no other way officially related to the same.
- The content that this package provides is not mine, nor is it hosted by me. These belong to their respective owners. This package just demonstrates how to build a package that scrapes websites and uses their content.
Table of Contents
Quick start
Installation
To use the enma crate, run the following command in your project directory:
Example usage
Example - getting information about an anime category by providing the name of the category and page number(optional); using anime category most-favorite with page number 2 as an example.
use hianime;
async