hfs_paths 0.1.0

Converts Mac OS HFS paths into standard POSIX paths
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]
quick-error = "^1.1.0"

[package]
authors = ["Sam Crow <samcrow@uw.edu>"]
categories = ["os::macos-apis", "filesystem"]
description = "Converts Mac OS HFS paths into standard POSIX paths"
documentation = "https://docs.rs/hfs_paths"
keywords = ["HFS", "path", "convert"]
license = "MIT/Apache-2.0"
name = "hfs_paths"
readme = "README.md"
repository = "https://github.com/samcrow/hfs_paths"
version = "0.1.0"