1 2 3 4 5 6 7 8 9 10 11
#![feature(phase)] extern crate regex; #[phase(plugin)] extern crate regex_macros; pub mod helpers; pub mod lorem; pub mod name; pub mod phone_number; pub mod image; pub mod number;