1
 2
 3
 4
 5
 6
 7
 8
 9
10
extern crate libc;
extern crate time;
extern crate rand;

mod sys;
pub use sys::{
    Semaphore,
    SemaphoreGuard,
};