Skip to content

Instantly share code, notes, and snippets.

@shadowmint
Created September 22, 2014 02:40
Show Gist options
  • Save shadowmint/b99c292559f69ae21613 to your computer and use it in GitHub Desktop.
Save shadowmint/b99c292559f69ae21613 to your computer and use it in GitHub Desktop.
use pattern::Pattern;
use pattern::Glob;
mod pattern;
fn main() {
let foo = Glob;
}
pub enum Pattern {
Glob
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment