fs_metadata/
lib.rs

1
2
3
4
5
mod functions_metadata;
mod struct_metadata;

pub use functions_metadata::*;
pub use struct_metadata::FileMetadata;