heveanly 0.1.0

C is the heavenly option
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[rustfmt::skip]
#[path = "linux/errno.rs"]
pub mod errno;
#[rustfmt::skip]
#[path = "linux/syscall.rs"]
pub mod syscall;

#[path = "linux/fd.rs"]
mod fd;

pub use errno::Errno;