omnipath 0.1.6

Path utility library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[features]
default = ["std"]
std = []

[package]
categories = ["filesystem"]
description = "Path utility library"
edition = "2021"
keywords = ["windows", "absolute"]
license = "MIT OR Apache-2.0"
name = "omnipath"
readme = "README.md"
repository = "https://github.com/ChrisDenton/omnipath"
version = "0.1.6"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]