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 |
#2041 in Network programming
58 downloads per month
Used in 3 crates
16KB
426 lines
magnetease
lib.rs
:
Magnetease is a library that fetches Magnet
s 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–20MB
~286K SLoC