fs_metadata/
lib.rs

1pub mod functions_metadata;
2pub mod struct_metadata;
3
4pub use functions_metadata::*;
5pub use struct_metadata::FileMetadata;