aniscraper 0.1.2

Rust library designed for efficient web scraping and data extraction. It simplifies the process of fetching, parsing, and extracting data from websites.
Documentation
1
2
3
4
5
6
7
8
9
// src/lib.rs

pub mod env;
pub mod error;
mod proxy;
pub mod servers;
mod utils;

pub mod hianime;