equal
deleted
inserted
replaced
1 #![allow(unused_imports)] |
1 #![allow(unused_imports)] |
2 #![deny(bare_trait_objects)] |
2 #![deny(bare_trait_objects)] |
3 #![warn(unreachable_pub)] |
3 #![warn(unreachable_pub)] |
|
4 #![feature(slice_patterns)] |
4 |
5 |
5 extern crate rand; |
6 extern crate rand; |
6 extern crate mio; |
7 extern crate mio; |
7 extern crate slab; |
8 extern crate slab; |
8 extern crate netbuf; |
9 extern crate netbuf; |
|
10 extern crate base64; |
9 #[macro_use] |
11 #[macro_use] |
10 extern crate nom; |
12 extern crate nom; |
11 #[macro_use] |
13 #[macro_use] |
12 extern crate log; |
14 extern crate log; |
13 extern crate env_logger; |
15 extern crate env_logger; |