aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
blob: f7358b70f35b1ac1c8bb42f7419e2ad2cf6d61e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#![feature(core, libc)]
extern crate libc;

#[macro_use]
mod macros;

mod ffi;
mod utils;

pub mod error;