To use consumet-api-rs in your project, run:
bash
cargo install consumet-rs
Example - searching for a movie using the flixhq provider. ```rs use consumet_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
.
You can contact the maintainer of consumet-api-rs via email, or join the official discord server (Recommended).
Licensed under APACHE.