path-dedot 3.0.10

A library for extending `Path` and `PathBuf` in order to parse the path which contains dots.
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.lazy_static]
optional = true
version = "1.4"

[dependencies.once_cell]
version = "1.4"
[dev-dependencies.bencher]
version = "0.1.5"

[features]
lazy_static_cache = ["lazy_static"]
once_cell_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"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE", "benches/bench.rs"]
keywords = ["path", "dot", "dedot", "absolute", "canonical"]
license = "MIT"
name = "path-dedot"
readme = "README.md"
repository = "https://github.com/magiclen/path-dedot"
version = "3.0.10"