diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,5 @@ #![feature(associated_consts)] +#![feature(unicode)] extern crate byteorder; extern crate rand; @@ -8,6 +9,7 @@ pub use types::*; pub mod synth; pub mod proto; +pub mod lang; #[cfg(test)] mod tests { |