Modules§
Macros§
Structs§
- File identifier type
- File system identifier type
- All the flags that can be set for a file.
- Inode type
- Local file type
- File attributes.
- The mode of a file.
- The type of opening a file.
- A borrowed path type. The implementation is very similar to the standard library’s
std::path::Path
. However, this implementation is more lightweight and allows for std-less usage. - Represents a permission.
- Represents the permissions of a file or directory.
- Size type
- Statistics of a file.
- The status of a file.
- Unique file identifier type
Enums§
- Position type
Constants§
- Extension separator character used in paths.
- Separator character used in paths.
Traits§
- A device is a file-like object that can be read from and written to.
- File system trait.