envpath 0.0.1

A library for parsing and deserialising paths with special rules. The format is similar to `["$proj(com.xy.z): data ? cfg", "$const: os", "$val: rand-16"]`
Documentation
# black list
/*
target
tmp
tmp.*

.directory
.thumbnails*
.DS_Store
desktop.ini
Thumbs.db
Thumbs.db:encryptable

# whitelist
!/src
!/build.rs
!/.rustfmt.toml
!/rust-toolchain.toml
!/.cargo
!/Cargo.toml
!/Cargo.lock
!/License
!/assets
!/docs
!/tests
!/examples
!/.git*
!/locales
# !/Readme*.md
# !/crates