sunxdcc 0.1.1

A small, unofficial wrapper for the SunXDCC search engine
Documentation

sunxdcc.rs

license Build Status Crates.io Documentation

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.