normalizefs

Crates.ionormalizefs
lib.rsnormalizefs
version
sourcesrc
created_at2025-03-21 12:07:58.244559+00
updated_at2025-04-01 01:35:08.771923+00
descriptionNormalizes file paths
homepagehttps://gitlab.com/hsn10/normalizefs
repositoryhttps://gitlab.com/hsn10/normalizefs.git
max_upload_size
id1600412
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Radim Kolar (hsn10)

documentation

https://docs.rs/normalizefs

README

Normalize file paths

Version License MSRV Safe Rust dependency status Documentation Downloads

Normalize file system path

This rust library have several functions:

  1. Test if path is an absolute
  2. Normalize path
  3. Canonicalize path

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.

License

This is free and unencumbered software released into the public domain.

This code can be used under terms of CC0 or the Unlicense.

Unlicense logo

Commit count: 0

cargo fmt