Skip to content

kiliankoe/crates_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 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);
}

About

📦 Search for crates from within Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages