3 releases
Uses old Rust 2015
0.1.2 | Jan 22, 2017 |
---|---|
0.1.1 | Jan 20, 2017 |
0.1.0 | Jan 20, 2017 |
#1 in #📦
3KB
📦 crates_search
Search for crates on crates.io from within Rust with this tiny wrapper.
This was quickly thrown together and will probably not satisfy any use case besides my own. Also please be aware that it was written by an utter imbecile and Rust-novice (me 🙋♂️).
Example
extern crate crates_search;
fn main() {
let crates = crates_search::search("crates_search").unwrap();
println!("{:?}", crates);
}
Dependencies
~6–14MB
~207K SLoC