libpath 0.0.1

Path parsing library (for Rust)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "fastparse"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a61fd43821c8464ac7aebae8ef52dc009958ce8d93405d32576b3f779bec1ddd"

[[package]]
name = "libpath"
version = "0.0.1"
dependencies = [
 "fastparse",
]