Skip to content

woodruffw/sunxdcc.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sunxdcc.rs

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