winpath 0.1.1

Windows path canonicalization library in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Demi Obenour <demiobenour@gmail.com>"]
description = """
Windows path canonicalization library in Rust.
"""
license = "MIT/Apache-2.0"
name = "winpath"
repository = "https://github.com/DemiMarie/winpath.rs"
version = "0.1.1"

[target."cfg(windows)".dependencies.winapi]
features = ["processenv"]
version = "0.3"