Structs§
- SymlinkTarget 
- A wrapper type for symlink targets. Internally uses a bytes::Bytes, but disallows empty targets and those containing null bytes.
Enums§
- SymlinkTarget 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.