sunxdcc

Crates.iosunxdcc
lib.rssunxdcc
version0.1.1
sourcesrc
created_at2021-12-30 01:01:37.523829
updated_at2021-12-30 01:01:37.523829
descriptionA small, unofficial wrapper for the SunXDCC search engine
homepagehttps://github.com/woodruffw/sunxdcc
repositoryhttps://github.com/woodruffw/sunxdcc
max_upload_size
id505120
size39,145
William Woodruff (woodruffw)

documentation

README

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.

Commit count: 0

cargo fmt