pub const MAX_PATH_BYTES: usize = 4_096;Expand description
Largest canonical absolute path, in UTF-8 bytes. Bounded so every real filesystem, archive format, and sync client can materialize any stored tree; per-component limits alone allowed paths no target could hold.