Skip to content

Commit 914949e

Browse files
committed
clarify what goes into "*-sys" crates
1 parent d405d73 commit 914949e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/build-scripts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ pieces of functionality:
371371
* The library crate should link to the native library `libfoo`. This will often
372372
probe the current system for `libfoo` before resorting to building from
373373
source.
374-
* The library crate should provide **declarations** for functions in `libfoo`,
375-
but **not** bindings or higher-level abstractions.
374+
* The library crate should provide **declarations** for types and functions in
375+
`libfoo`, but **not** higher-level abstractions.
376376

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

0 commit comments

Comments
 (0)