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

#[macro_use]
mod macros;

mod ffi;
mod utils;

pub mod error;
pub mod database;