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.
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.