Module impls

Module impls 

Source

Re-exports§

pub use blk_dev_file::BlockDeviceFile;
pub use char_dev_file::CharDeviceFile;
pub use pipe_file::PipeFile;
pub use reg_file::RegFile;
pub use stdio_file::StderrFile;
pub use stdio_file::StdinFile;
pub use stdio_file::StdoutFile;
pub use stdio_file::create_stdio_files;

Modules§

blk_dev_file
块设备文件的 File trait 实现
char_dev_file
pipe_file
管道文件实现
reg_file
普通文件(Regular File)的 File trait 实现
stdio_file
标准 I/O 文件实现