ironpath 0.1.1

An iron-hard crate for handling filesystem paths
Documentation
[package]
name = "ironpath"
version = "0.1.1"
authors = ["Tim Allen <screwtape@froup.com>"]
edition = "2018"
description = "An iron-hard crate for handling filesystem paths"
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/Screwtapello/ironpath"
keywords = ["filesystem", "path", "absolute", "canonical"]
categories = ["filesystem"]

[dependencies]
log = "0.4.1"

[dev-dependencies]
tempfile = "3.0.0"
env_logger = "0.5.6"