Crate linux_api [] [src]

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

Reexports

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

Modules

cstdlib

Types and constants defined in the C standard library

posix_types

Defines types found in various posix_types.h files.

time

Constants and structures from time classes