normalizefs-win 0.0.1

Normalization of file system paths (Win32)
# Normalize file paths (Win32API)


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

### Normalize file system paths


This rust library have several functions:

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

Normalization logic is provided by Win32API.

## 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)