Structs§
- Symlink
Target - A wrapper type for symlink targets. Internally uses a bytes::Bytes, but disallows empty targets and those containing null bytes.
Enums§
- Symlink
Target Error - Errors created when constructing / converting to SymlinkTarget.
Constants§
- MAX_
TARGET_ LEN - The maximum length a symlink target can have. Linux allows 4095 bytes here.