MinedMap/src/io/mod.rs
Matthias Schiffer 1abb260997
io/fs: add new module with filesystem access helpers
Wrappers around std::fs with error messages, as well as a
create_with_tmpfile() helper.
2023-06-01 22:59:19 +02:00

4 lines
59 B
Rust

pub mod data;
pub mod fs;
pub mod region;
pub mod storage;