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
17
18
[dependencies.fastparse]
default-features = false
features = []
version = "~0.0"

[dev-dependencies]

[features]

[package]
authors = ["Matt Wilson <matthew@synesis.com.au>"]
description = "Path parsing library (for Rust)"
edition = "2021"
homepage = "https://github.com/synesissoftware/libpath.Rust"
license = "BSD-3-Clause"
name = "libpath"
readme = "README.md"
version = "0.0.1"