pub const MAX_SYMLINKS: u8 = 32;
Expand description
The default amount of symlinks we may follow when resolving a path in realpath()
.
pub const MAX_SYMLINKS: u8 = 32;
The default amount of symlinks we may follow when resolving a path in realpath()
.