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

#[macro_use]
mod macros;

mod ffi;
mod utils;

pub mod error;