File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ compilation process. This includes linkable libraries and executable binaries.
7
7
8
8
### Crate
9
9
10
- A * crate * is one of the targets in a package . Crates are either libraries or
10
+ Every target in a package is a * crate * . Crates are either libraries or
11
11
executable binaries. It may loosely refer to either the source code of the
12
12
target, or the compiled artifact that the target produces. A crate may also
13
13
refer to a compressed package fetched from a registry.
@@ -103,7 +103,7 @@ See [package id specification](#package).
103
103
104
104
The meaning of the term * target* depends on the context:
105
105
106
- - ** Target Crate ** — Cargo packages consist of * targets* which correspond to
106
+ - ** Cargo Target ** — Cargo packages consist of * targets* which correspond to
107
107
artifacts that will be produced. Packages can have library, binary, example,
108
108
test, and benchmark targets. The [ list of targets] [ targets ] are configured
109
109
in the ` Cargo.toml ` manifest, often inferred automatically by the [ directory
You can’t perform that action at this time.
0 commit comments