Skip to content

v1.0.0

Compare
Choose a tag to compare
@lopopolo lopopolo released this 12 May 22:08
· 128 commits to trunk since this release
5818946

Release sysdir 1.0.0.

sysdir is published on crates.io.

sysdir provides Rust bindings to the sysdir(3) APIs provided by libSystem.dylib on macOS, iOS, tvOS, and watchOS.

man 3 sysdir describes sysdir(3) as:

NAME
     sysdir_get_next_search_path_enumeration – Enumeration of the filesystem
     paths for the various standard system directories where apps, resources,
     etc. get installed.

sysdir is a no_std crate and does not link to alloc.