Crate linux_api [] [src]

This is a very early work-in-progress binding to various Linux Kernel APIs.

It is not yet ready for use in your projects. Once version 0.1 or higher is released, you are welcome to start using it :)

Reexports

pub use std::os::*;
pub use std::os::raw::*;
pub use std::os::linux::raw::*;
pub use posix_types::*;
pub use time::*;

Modules

posix_types

Defines types found in various posix_types.h files.

time

Constants and structures from time classes