Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/doc/src/reference/build-scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,8 @@ pieces of functionality:
* The library crate should link to the native library `libfoo`. This will often
probe the current system for `libfoo` before resorting to building from
source.
* The library crate should provide **declarations** for functions in `libfoo`,
but **not** bindings or higher-level abstractions.
* The library crate should provide **declarations** for types and functions in
`libfoo`, but **not** higher-level abstractions.

The set of `*-sys` packages provides a common set of dependencies for linking
to native libraries. There are a number of benefits earned from having this
Expand Down