rust/chg/src/lib.rs
changeset 39970 a8be2cff613f
parent 39967 aab43d5861bb
child 39971 b1d8acd82d60
equal deleted inserted replaced
39969:208cb7a9d0fa 39970:a8be2cff613f
       
     1 // Copyright 2018 Yuya Nishihara <yuya@tcha.org>
       
     2 //
       
     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.
       
     5 
       
     6 extern crate libc;
       
     7 
       
     8 pub mod procutil;