rust/chg/src/lib.rs
changeset 44688 1f5ab1a9363d
parent 44671 bb936e25a84a
child 44736 8685add122ff
equal deleted inserted replaced
44687:1b8fd4af3318 44688:1f5ab1a9363d
     1 // Copyright 2018 Yuya Nishihara <yuya@tcha.org>
     1 // Copyright 2018 Yuya Nishihara <yuya@tcha.org>
     2 //
     2 //
     3 // This software may be used and distributed according to the terms of the
     3 // This software may be used and distributed according to the terms of the
     4 // GNU General Public License version 2 or any later version.
     4 // GNU General Public License version 2 or any later version.
     5 
       
     6 extern crate bytes;
       
     7 #[macro_use]
       
     8 extern crate futures;
       
     9 extern crate libc;
       
    10 #[macro_use]
       
    11 extern crate log;
       
    12 extern crate tokio;
       
    13 extern crate tokio_hglib;
       
    14 extern crate tokio_process;
       
    15 extern crate tokio_timer;
       
    16 
     5 
    17 mod attachio;
     6 mod attachio;
    18 mod clientext;
     7 mod clientext;
    19 pub mod locator;
     8 pub mod locator;
    20 pub mod message;
     9 pub mod message;