google-somethin 0.1.4

A simple library that grabs Google search results...
google-somethin-0.1.4 doesn't have any documentation.

Google Somethin

A simple library that grabs Google search results...

How to use

extern crate google_somethin;

fn main() {
use google_somethin::google;

let results = google("roblox", None);
println!("The first title of the roblox results! {}", results[0].title);
}