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§
- MetadataNon-WindowsA structure to partially mirror
std::fs::Metadata
.