Skip to content

Commit

Permalink
Merge pull request #4 from artichoke/lopopolo/crate-docs
Browse files Browse the repository at this point in the history
Unify top level docs in README and lib.rs
  • Loading branch information
lopopolo authored May 12, 2023
2 parents fa01bf0 + 66b3521 commit 15f08fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
Enumeration of the filesystem paths for the various standard system directories
where apps, resources, etc. get installed.

This crate provides native bindings to `sysdir(3)` library functions on macOS,
iOS, tvOS, and watchOS.
This crate exposes Rust bindings to the `sysdir(3)` library functions provided
by `libSystem.dylib` on macOS, iOS, tvOS, and watchOS.

The `sysdir` API first appeared in OS X 10.12, iOS 10, watchOS 3 and tvOS 10
replacing the deprecated `NSSystemDirectories(3)` API.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//! directories where apps, resources, etc. get installed.
//!
//! This crate exposes Rust bindings to the `sysdir(3)` library functions
//! provided by `libSystem.dylib`.
//! provided by `libSystem.dylib` on macOS, iOS, tvOS, and watchOS.
//!
//! For more detailed documentation, refer to the [`sysdir(3)` man page](mod@man).
//!
Expand Down

0 comments on commit 15f08fc

Please sign in to comment.