Skip to content

Instantly share code, notes, and snippets.

@Noxime
Created May 13, 2018 12:17
Show Gist options
  • Save Noxime/b4aac9deb8a7fce3ab7c46f9a45f7b20 to your computer and use it in GitHub Desktop.
Save Noxime/b4aac9deb8a7fce3ab7c46f9a45f7b20 to your computer and use it in GitHub Desktop.
extern crate is_rust;
fn main() {
println!("Is ferris rusty: {}", is_rust::is_rusty("ferris"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment