Description
A Haskell library for manipulating RawFilePath values in a cross-platform way. It helps code work with file paths represented as bytes while still handling platform path rules.
Developers use it when exact filesystem byte paths matter, especially around Unix paths, encoding boundaries, and low-level file APIs. Path handling should avoid accidentally corrupting names that are not valid Unicode.