pub use stdio::Stdin;
pub use stdio::Stdout;
pub use inode::OSInode;
pub use inode::open_file;
pub use inode::OpenFlags;
pub use inode::list_apps;
The stat of a inode
The mode of a inode whether a directory or a file
The common abstraction of all IO resources