Crates.io | sunxdcc |
lib.rs | sunxdcc |
version | 0.1.1 |
source | src |
created_at | 2021-12-30 01:01:37.523829 |
updated_at | 2021-12-30 01:01:37.523829 |
description | A small, unofficial wrapper for the SunXDCC search engine |
homepage | https://github.com/woodruffw/sunxdcc |
repository | https://github.com/woodruffw/sunxdcc |
max_upload_size | |
id | 505120 |
size | 39,145 |
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.