path-dedot 2.0.4

A library for extending `Path` and `PathBuf` in order to parse the path which contains dots.
Documentation
[[bench]]
harness = false
name = "bench"
[badges.travis-ci]
branch = "master"
repository = "magiclen/path-dedot"
[dependencies.lazy_static]
version = "1.4"
[dev-dependencies.bencher]
version = "0.1.5"

[features]
lazy_static_cache = []
unsafe_cache = []

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["parser-implementations", "filesystem"]
description = "A library for extending `Path` and `PathBuf` in order to parse the path which contains dots."
edition = "2018"
homepage = "https://magiclen.org/path-dedot"
keywords = ["path", "dot", "dedot", "absolute", "canonical"]
license = "MIT"
name = "path-dedot"
readme = "README.md"
repository = "https://github.com/magiclen/path-dedot"
version = "2.0.4"