1
2
3
4
5
6
7
//! Filesystem manipulation operations.

mod file;
pub use file::File;

mod open_options;
pub use open_options::OpenOptions;