1 unstable release
| 0.1.1 | Dec 30, 2021 |
|---|
#5 in #xdcc
13KB
129 lines
sunxdcc is a small, unofficial Rust wrapper for the SunXDCC search engine's HTTP API.
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.
Dependencies
~5–18MB
~243K SLoC