#path #convert #macos #hfs

hfs_paths

Converts Mac OS HFS paths into standard POSIX paths

1 unstable release

Uses old Rust 2015

0.1.0 Jan 25, 2017

#337 in #macos

26 downloads per month

MIT/Apache

7KB
77 lines

HFS path conversion library

Purpose

This library converts Mac OS HFS paths into POSIX paths.

License

Licensed under either of

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