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 #📦

Download history 4/week @ 2024-02-18 19/week @ 2024-02-25 1/week @ 2024-03-03 2/week @ 2024-03-10 59/week @ 2024-03-31 1/week @ 2024-04-07

60 downloads per month

MIT license

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

~7–15MB
~234K SLoC