rust/chg/src/lib.rs
author Yuya Nishihara <yuya@tcha.org>
Mon, 24 Sep 2018 16:22:03 +0900
changeset 39970 a8be2cff613f
parent 39967 aab43d5861bb
child 39971 b1d8acd82d60
permissions -rw-r--r--
rust-chg: add wrapper around C function

// Copyright 2018 Yuya Nishihara <yuya@tcha.org>
//
// This software may be used and distributed according to the terms of the
// GNU General Public License version 2 or any later version.

extern crate libc;

pub mod procutil;