Expand description
Module providing support for handling paths relative to a CheckedDir.
The underlying relative path of a RelKeyPath should not be manipulated directly.
Instead, prefer converting it to an absolute path using
checked_path where possible.
You may also use the checked_op macro to call CheckedDir functions on the path.
Modulesยง
- internal ๐
- Private module for reexporting the
checked_opmacro.
Structsยง
- RelKey
Path ๐ - The path of a key, relative to a
CheckedDir.
Enumsยง
- Filesystem
Action ๐ - The action that caused a
FilesystemError. - Filesystem
Error ๐ - An error that occurred while accessing the filesystem.