13 releases

0.2.2 Aug 2, 2023
0.2.1 Aug 2, 2023
0.1.9 Aug 2, 2023
0.1.7 Jul 31, 2023

#31 in #manga

Download history 27/week @ 2024-02-25 6/week @ 2024-03-10 169/week @ 2024-03-31

175 downloads per month

Custom license

105KB
2.5K SLoC

consumet-api-rs

consumet-api-rs is a crates.io library which provides high-level APIs to get information about several entertainment mediums like books, movies, comics, anime, manga, etc.

Checkout the original consumet.ts

Credits to the beautiful people who wrote the original api consumet

Official Discord

Table of Contents

Quick Start

Installation

To use consumet-api-rs in your project, run:

cargo install consumet-api-rs

Usage

Example - searching for a movie using the flixhq provider.

use consumet_api_rs::providers::movies;

// Create a new instance of the FlixHQ provider
let flixhq = movies::FlixHQ;
// Search for a movie. In this case, "Vincenzo"
let data = flixhq.search("Vincenzo", None).await?;
println!("{:#?}", data);

Do you want to know more? Head to the Getting Started.

Documentation

Ecosystem

Support

You can contact the maintainer of consumet-api-rs via email, or join the official discord server (Recommended).

License

Licensed under APACHE.

Dependencies

~12–27MB
~431K SLoC