Module metadata

Module metadata 

Source
Expand description

File metadata types compatible with std::fs::Metadata.

Structsยง

FileType
Representation of file types. Equivalent to std::fs::FileType.
Metadata
File metadata returned by statx. Provides an interface compatible with std::fs::Metadata and std::os::unix::fs::MetadataExt.
Permissions
Representation of file permissions. Equivalent to std::fs::Permissions.