1 2 3 4 5 6 7 8 9
mod specs { include!(concat!(env!("OUT_DIR"), "/epochfs.rs")); } mod fs; pub use fs::Fs; mod file; pub use file::File;