Module tvix_castore::nodes::symlink_target
source · Structs§
- A wrapper type for symlink targets. Internally uses a bytes::Bytes, but disallows empty targets and those containing null bytes.
Enums§
- Errors created when constructing / converting to SymlinkTarget.
Constants§
- The maximum length a symlink target can have. Linux allows 4095 bytes here.