Expand description
Magnetease is a library that fetches Magnet
s from different sources.
You can construct Magnetease with Providers that you want to search. Examples
use magnetease::Magnetease;
let magnetease = Magnetease::new();
let magnets = magnetease.search("Ubuntu Pro").await;
Modules§
- Providers that you can search invidually or within Magnetease
Structs§
- Holds the magnet itself in
url
and some metadata along with it.