Crates.io | normalizefs |
lib.rs | normalizefs |
version | 0.0.11 |
created_at | 2025-03-21 12:07:58.244559+00 |
updated_at | 2025-05-24 13:31:27.811971+00 |
description | Normalization of file system paths |
homepage | https://gitlab.com/hsn10/normalizefs |
repository | https://gitlab.com/hsn10/normalizefs.git |
max_upload_size | |
id | 1600412 |
size | 60,687 |
This rust library have several functions:
Independant clean room implementation with testcases and support for both windows and unix path styles.
You can request normalization style you want at any platform by activating features posix and windows. If you activate feature posix then posix style normalization will be always available under name normalize_posix.
No support for path styles "?" and "?\UNC" on Windows.
This is free and unencumbered software released into the public domain.
This code can be used under terms of CC0 or the Unlicense.