#magnet #async #fetch #internet #source #search #magnets

magnetease

A library to fetch magnets from the internet

7 releases

0.3.0 Aug 13, 2024
0.2.0 Aug 5, 2024
0.1.4 Jul 8, 2024
0.1.3 Jun 30, 2024
0.1.0 Mar 18, 2024

#4 in #magnet


Used in 3 crates

GPL-3.0-or-later

16KB
426 lines

magnetease


lib.rs:

Magnetease is a library that fetches Magnets from different sources.

You can construct [Magnetease] with [Provider]s that you want to search. Examples

use magnetease::Magnetease;
let magnetease = Magnetease::new();
let magnets = magnetease.search("Ubuntu Pro").await;

Dependencies

~9–21MB
~288K SLoC