1 unstable release
Uses old Rust 2015
0.1.0 | Jan 25, 2017 |
---|
#404 in #macos
7KB
77 lines
HFS path conversion library
Purpose
This library converts Mac OS HFS paths into POSIX paths.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
HFS path conversion
Some Mac OS APIs use HFS paths, which use :
as a directory separator and start with a
volume name. This crate provides a function to convert them into standard paths that start
with /
and use /
as a directory separator.
Dependencies
~47KB