path-dedot 1.1.2

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

[dependencies]
lazy_static = "1.1.0"