#irc #api #search-engine #xdcc #dcc #ctcp

sunxdcc

A small, unofficial wrapper for the SunXDCC search engine

1 unstable release

0.1.1 Dec 30, 2021

#42 in #irc

Custom license

13KB
129 lines

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.


lib.rs:

sunxdcc is a small, unofficial Rust wrapper for the SunXDCC search engine's HTTP API.

Dependencies

~4–18MB
~266K SLoC