A small, unofficial Rust wrapper for the SunXDCC search engine's API.
```rust use sunxdcc;
for result in sunxdcc::search("hitchhiker's guide to the galaxy") { println!("{:?}", result.unwrap()); } ```
See the documentation for all available result fields.