/*
Normalizing of file system pathes.
Written by Radim Kolar <hsn@sendmail.cz> 2025
https://gitlab.com/hsn10/normalizefs
This is free and unencumbered software released into the public domain.
For more information, please refer to <https://unlicense.org/>
CC0: This work has been marked as dedicated to the public domain.
For more information, please refer to <https://creativecommons.org/public-domain/cc0/>
SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
use Path;
use PathBuf;