normalizefs 0.0.7

Normalizes file paths
Documentation
# Normalize file paths


[![Version](https://img.shields.io/crates/v/normalizefs.svg)](https://crates.io/crates/normalizefs)
[![License](https://img.shields.io/crates/l/normalizefs)](https://unlicense.org)
[![MSRV](https://img.shields.io/crates/msrv/normalizefs?logo=rust&label=MSRV&labelColor=orange)](https://blog.rust-lang.org/2021/10/21/Rust-1.56.0.html)
[![Safe Rust](https://img.shields.io/badge/Rust-safe-brightgreen.svg)](https://doc.rust-lang.org/nomicon/meet-safe-and-unsafe.html)
[![dependency status](https://deps.rs/repo/gitlab/hsn10/normalizefs/status.svg)](https://deps.rs/repo/gitlab/hsn10/normalizefs)
[![Documentation](https://docs.rs/normalizefs/badge.svg)](https://docs.rs/normalizefs)
[![Downloads](https://img.shields.io/crates/d/normalizefs)](https://crates.io/crates/normalizefs/versions)
[![](https://tokei.rs/b1/gitlab/hsn10/normalizefs?category=code)](https://github.com/XAMPPRocky/tokei)

### 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](https://creativecommons.org/publicdomain/zero/1.0/) or
the [Unlicense](https://unlicense.org).

![Unlicense logo](https://unlicense.org/pd-icon.png)