v1.0.0
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
.