Skip to content

Instantly share code, notes, and snippets.

@AlbanMinassian
Created November 25, 2018 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlbanMinassian/72ad2a2c052c262fd84424d28b6c1ad8 to your computer and use it in GitHub Desktop.
Save AlbanMinassian/72ad2a2c052c262fd84424d28b6c1ad8 to your computer and use it in GitHub Desktop.
extern crate iso639_2;
use iso639_2::Iso639_2;
pub fn main() {
println!("{:?}", Iso639_2::Eng);
assert!(Iso639_2::Fra != Iso639_2::Eng);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment