summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 4e08724..c0bd79c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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 {