Skip to content

Instantly share code, notes, and snippets.

@ravenscroftj
Last active August 29, 2015 14:14
Show Gist options
  • Save ravenscroftj/3e6ee2fa88c03e4d924d to your computer and use it in GitHub Desktop.
Save ravenscroftj/3e6ee2fa88c03e4d924d to your computer and use it in GitHub Desktop.
pub fn testfn(){
info!("I am a tree");
}
#![feature(plugin, slicing_syntax, unboxed_closures)]
#[plugin]
extern crate regex_macros;
extern crate regex;
#[macro_use]
extern crate log;
pub mod example;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment