Expand description
This module contains a Metadata implementation that must be used instead of std::fs::Metadata to assure
that the ctime information is populated exactly like the one in git, which wouldn’t be the case on unix.
Structs§
- Metadata
Non-Windows A structure to partially mirrorstd::fs::Metadata.