1 unstable release
0.1.1 | Dec 30, 2021 |
---|
#44 in #irc
13KB
129 lines
sunxdcc.rs
A small, unofficial Rust wrapper for the SunXDCC search engine's API.
use sunxdcc;
for result in sunxdcc::search("hitchhiker's guide to the galaxy") {
println!("{:?}", result.unwrap());
}
See the documentation for all available result fields.
lib.rs
:
sunxdcc
is a small, unofficial Rust wrapper for the SunXDCC search engine's HTTP API.
Dependencies
~4–19MB
~253K SLoC