File tree 18 files changed +168
-14
lines changed
18 files changed +168
-14
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,17 @@ the manifest settings. Using target selection options will ignore the `doc`
51
51
flag and will always document the given target.
52
52
53
53
{{#options}}
54
- {{> options-targets-lib-bin-example }}
54
+ {{> options-targets-lib-bin }}
55
+
56
+ {{#option "` --example ` _ name_ ..." }}
57
+ {{actionverb}} the specified example. This flag may be specified multiple times
58
+ and supports common Unix glob patterns.
59
+ {{/option}}
60
+
61
+ {{#option "` --examples ` " }}
62
+ {{actionverb}} all example targets.
63
+ {{/option}}
64
+
55
65
{{/options}}
56
66
57
67
{{> section-features }}
Original file line number Diff line number Diff line change @@ -118,6 +118,16 @@ OPTIONS
118
118
accidentally expanding glob patterns before Cargo handles them, you must
119
119
use single quotes or double quotes around each glob pattern.
120
120
121
+ --lib
122
+ Benchmark the package's library.
123
+
124
+ --bin name...
125
+ Benchmark the specified binary. This flag may be specified multiple
126
+ times and supports common Unix glob patterns.
127
+
128
+ --bins
129
+ Benchmark all binary targets.
130
+
121
131
--example name...
122
132
Benchmark the specified example. This flag may be specified multiple
123
133
times and supports common Unix glob patterns.
Original file line number Diff line number Diff line change @@ -58,6 +58,16 @@ OPTIONS
58
58
accidentally expanding glob patterns before Cargo handles them, you must
59
59
use single quotes or double quotes around each glob pattern.
60
60
61
+ --lib
62
+ Build the package's library.
63
+
64
+ --bin name...
65
+ Build the specified binary. This flag may be specified multiple
66
+ times and supports common Unix glob patterns.
67
+
68
+ --bins
69
+ Build all binary targets.
70
+
61
71
--example name...
62
72
Build the specified example. This flag may be specified multiple
63
73
times and supports common Unix glob patterns.
Original file line number Diff line number Diff line change @@ -64,6 +64,16 @@ OPTIONS
64
64
accidentally expanding glob patterns before Cargo handles them, you must
65
65
use single quotes or double quotes around each glob pattern.
66
66
67
+ --lib
68
+ Check the package's library.
69
+
70
+ --bin name...
71
+ Check the specified binary. This flag may be specified multiple
72
+ times and supports common Unix glob patterns.
73
+
74
+ --bins
75
+ Check all binary targets.
76
+
67
77
--example name...
68
78
Check the specified example. This flag may be specified multiple
69
79
times and supports common Unix glob patterns.
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ OPTIONS
87
87
times and supports common Unix glob patterns.
88
88
89
89
--examples
90
- Document all examples targets.
90
+ Document all example targets.
91
91
92
92
Feature Selection
93
93
The feature flags allow you to control which features are enabled. When
Original file line number Diff line number Diff line change @@ -137,6 +137,16 @@ OPTIONS
137
137
accidentally expanding glob patterns before Cargo handles them, you must
138
138
use single quotes or double quotes around each glob pattern.
139
139
140
+ --lib
141
+ Fix the package's library.
142
+
143
+ --bin name...
144
+ Fix the specified binary. This flag may be specified multiple times
145
+ and supports common Unix glob patterns.
146
+
147
+ --bins
148
+ Fix all binary targets.
149
+
140
150
--example name...
141
151
Fix the specified example. This flag may be specified multiple times
142
152
and supports common Unix glob patterns.
Original file line number Diff line number Diff line change @@ -49,6 +49,16 @@ OPTIONS
49
49
accidentally expanding glob patterns before Cargo handles them, you must
50
50
use single quotes or double quotes around each glob pattern.
51
51
52
+ --lib
53
+ Build the package's library.
54
+
55
+ --bin name...
56
+ Build the specified binary. This flag may be specified multiple
57
+ times and supports common Unix glob patterns.
58
+
59
+ --bins
60
+ Build all binary targets.
61
+
52
62
--example name...
53
63
Build the specified example. This flag may be specified multiple
54
64
times and supports common Unix glob patterns.
Original file line number Diff line number Diff line change @@ -58,6 +58,16 @@ OPTIONS
58
58
accidentally expanding glob patterns before Cargo handles them, you must
59
59
use single quotes or double quotes around each glob pattern.
60
60
61
+ --lib
62
+ Document the package's library.
63
+
64
+ --bin name...
65
+ Document the specified binary. This flag may be specified multiple
66
+ times and supports common Unix glob patterns.
67
+
68
+ --bins
69
+ Document all binary targets.
70
+
61
71
--example name...
62
72
Document the specified example. This flag may be specified multiple
63
73
times and supports common Unix glob patterns.
Original file line number Diff line number Diff line change @@ -131,6 +131,16 @@ OPTIONS
131
131
accidentally expanding glob patterns before Cargo handles them, you must
132
132
use single quotes or double quotes around each glob pattern.
133
133
134
+ --lib
135
+ Test the package's library.
136
+
137
+ --bin name...
138
+ Test the specified binary. This flag may be specified multiple times
139
+ and supports common Unix glob patterns.
140
+
141
+ --bins
142
+ Test all binary targets.
143
+
134
144
--example name...
135
145
Test the specified example. This flag may be specified multiple
136
146
times and supports common Unix glob patterns.
Original file line number Diff line number Diff line change @@ -10,13 +10,3 @@ and supports common Unix glob patterns.
10
10
{{#option "` --bins ` " }}
11
11
{{actionverb}} all binary targets.
12
12
{{/option}}
13
-
14
- {{#option "` --example ` _ name_ ..." }}
15
- {{actionverb}} the specified example. This flag may be specified multiple times
16
- and supports common Unix glob patterns.
17
- {{/option}}
18
-
19
- {{#option "` --examples ` " }}
20
- {{actionverb}} all examples targets.
21
- {{/option}}
22
-
Original file line number Diff line number Diff line change @@ -140,6 +140,18 @@ use single quotes or double quotes around each glob pattern.
140
140
141
141
<dl >
142
142
143
+ <dt class =" option-term " id =" option-cargo-bench---lib " ><a class =" option-anchor " href =" #option-cargo-bench---lib " ></a ><code >--lib</code ></dt >
144
+ <dd class =" option-desc " >Benchmark the package's library.</dd >
145
+
146
+
147
+ <dt class =" option-term " id =" option-cargo-bench---bin " ><a class =" option-anchor " href =" #option-cargo-bench---bin " ></a ><code >--bin</code > <em >name</em >...</dt >
148
+ <dd class =" option-desc " >Benchmark the specified binary. This flag may be specified multiple times
149
+ and supports common Unix glob patterns.</dd >
150
+
151
+
152
+ <dt class =" option-term " id =" option-cargo-bench---bins " ><a class =" option-anchor " href =" #option-cargo-bench---bins " ></a ><code >--bins</code ></dt >
153
+ <dd class =" option-desc " >Benchmark all binary targets.</dd >
154
+
143
155
144
156
145
157
<dt class =" option-term " id =" option-cargo-bench---example " ><a class =" option-anchor " href =" #option-cargo-bench---example " ></a ><code >--example</code > <em >name</em >...</dt >
Original file line number Diff line number Diff line change @@ -76,6 +76,18 @@ use single quotes or double quotes around each glob pattern.
76
76
77
77
<dl >
78
78
79
+ <dt class =" option-term " id =" option-cargo-build---lib " ><a class =" option-anchor " href =" #option-cargo-build---lib " ></a ><code >--lib</code ></dt >
80
+ <dd class =" option-desc " >Build the package's library.</dd >
81
+
82
+
83
+ <dt class =" option-term " id =" option-cargo-build---bin " ><a class =" option-anchor " href =" #option-cargo-build---bin " ></a ><code >--bin</code > <em >name</em >...</dt >
84
+ <dd class =" option-desc " >Build the specified binary. This flag may be specified multiple times
85
+ and supports common Unix glob patterns.</dd >
86
+
87
+
88
+ <dt class =" option-term " id =" option-cargo-build---bins " ><a class =" option-anchor " href =" #option-cargo-build---bins " ></a ><code >--bins</code ></dt >
89
+ <dd class =" option-desc " >Build all binary targets.</dd >
90
+
79
91
80
92
81
93
<dt class =" option-term " id =" option-cargo-build---example " ><a class =" option-anchor " href =" #option-cargo-build---example " ></a ><code >--example</code > <em >name</em >...</dt >
Original file line number Diff line number Diff line change @@ -81,6 +81,18 @@ use single quotes or double quotes around each glob pattern.
81
81
82
82
<dl >
83
83
84
+ <dt class =" option-term " id =" option-cargo-check---lib " ><a class =" option-anchor " href =" #option-cargo-check---lib " ></a ><code >--lib</code ></dt >
85
+ <dd class =" option-desc " >Check the package's library.</dd >
86
+
87
+
88
+ <dt class =" option-term " id =" option-cargo-check---bin " ><a class =" option-anchor " href =" #option-cargo-check---bin " ></a ><code >--bin</code > <em >name</em >...</dt >
89
+ <dd class =" option-desc " >Check the specified binary. This flag may be specified multiple times
90
+ and supports common Unix glob patterns.</dd >
91
+
92
+
93
+ <dt class =" option-term " id =" option-cargo-check---bins " ><a class =" option-anchor " href =" #option-cargo-check---bins " ></a ><code >--bins</code ></dt >
94
+ <dd class =" option-desc " >Check all binary targets.</dd >
95
+
84
96
85
97
86
98
<dt class =" option-term " id =" option-cargo-check---example " ><a class =" option-anchor " href =" #option-cargo-check---example " ></a ><code >--example</code > <em >name</em >...</dt >
Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ and supports common Unix glob patterns.</dd>
107
107
<dd class =" option-desc " >Document all binary targets.</dd >
108
108
109
109
110
+
110
111
<dt class =" option-term " id =" option-cargo-doc---example " ><a class =" option-anchor " href =" #option-cargo-doc---example " ></a ><code >--example</code > <em >name</em >...</dt >
111
112
<dd class =" option-desc " >Document the specified example. This flag may be specified multiple times
112
113
and supports common Unix glob patterns.</dd >
113
114
114
115
115
116
<dt class =" option-term " id =" option-cargo-doc---examples " ><a class =" option-anchor " href =" #option-cargo-doc---examples " ></a ><code >--examples</code ></dt >
116
- <dd class =" option-desc " >Document all examples targets.</dd >
117
-
117
+ <dd class =" option-desc " >Document all example targets.</dd >
118
118
119
119
120
120
</dl >
Original file line number Diff line number Diff line change @@ -161,6 +161,18 @@ use single quotes or double quotes around each glob pattern.
161
161
162
162
<dl >
163
163
164
+ <dt class =" option-term " id =" option-cargo-fix---lib " ><a class =" option-anchor " href =" #option-cargo-fix---lib " ></a ><code >--lib</code ></dt >
165
+ <dd class =" option-desc " >Fix the package's library.</dd >
166
+
167
+
168
+ <dt class =" option-term " id =" option-cargo-fix---bin " ><a class =" option-anchor " href =" #option-cargo-fix---bin " ></a ><code >--bin</code > <em >name</em >...</dt >
169
+ <dd class =" option-desc " >Fix the specified binary. This flag may be specified multiple times
170
+ and supports common Unix glob patterns.</dd >
171
+
172
+
173
+ <dt class =" option-term " id =" option-cargo-fix---bins " ><a class =" option-anchor " href =" #option-cargo-fix---bins " ></a ><code >--bins</code ></dt >
174
+ <dd class =" option-desc " >Fix all binary targets.</dd >
175
+
164
176
165
177
166
178
<dt class =" option-term " id =" option-cargo-fix---example " ><a class =" option-anchor " href =" #option-cargo-fix---example " ></a ><code >--example</code > <em >name</em >...</dt >
Original file line number Diff line number Diff line change @@ -63,6 +63,18 @@ use single quotes or double quotes around each glob pattern.
63
63
64
64
<dl >
65
65
66
+ <dt class =" option-term " id =" option-cargo-rustc---lib " ><a class =" option-anchor " href =" #option-cargo-rustc---lib " ></a ><code >--lib</code ></dt >
67
+ <dd class =" option-desc " >Build the package's library.</dd >
68
+
69
+
70
+ <dt class =" option-term " id =" option-cargo-rustc---bin " ><a class =" option-anchor " href =" #option-cargo-rustc---bin " ></a ><code >--bin</code > <em >name</em >...</dt >
71
+ <dd class =" option-desc " >Build the specified binary. This flag may be specified multiple times
72
+ and supports common Unix glob patterns.</dd >
73
+
74
+
75
+ <dt class =" option-term " id =" option-cargo-rustc---bins " ><a class =" option-anchor " href =" #option-cargo-rustc---bins " ></a ><code >--bins</code ></dt >
76
+ <dd class =" option-desc " >Build all binary targets.</dd >
77
+
66
78
67
79
68
80
<dt class =" option-term " id =" option-cargo-rustc---example " ><a class =" option-anchor " href =" #option-cargo-rustc---example " ></a ><code >--example</code > <em >name</em >...</dt >
Original file line number Diff line number Diff line change @@ -78,6 +78,18 @@ use single quotes or double quotes around each glob pattern.
78
78
79
79
<dl >
80
80
81
+ <dt class =" option-term " id =" option-cargo-rustdoc---lib " ><a class =" option-anchor " href =" #option-cargo-rustdoc---lib " ></a ><code >--lib</code ></dt >
82
+ <dd class =" option-desc " >Document the package's library.</dd >
83
+
84
+
85
+ <dt class =" option-term " id =" option-cargo-rustdoc---bin " ><a class =" option-anchor " href =" #option-cargo-rustdoc---bin " ></a ><code >--bin</code > <em >name</em >...</dt >
86
+ <dd class =" option-desc " >Document the specified binary. This flag may be specified multiple times
87
+ and supports common Unix glob patterns.</dd >
88
+
89
+
90
+ <dt class =" option-term " id =" option-cargo-rustdoc---bins " ><a class =" option-anchor " href =" #option-cargo-rustdoc---bins " ></a ><code >--bins</code ></dt >
91
+ <dd class =" option-desc " >Document all binary targets.</dd >
92
+
81
93
82
94
83
95
<dt class =" option-term " id =" option-cargo-rustdoc---example " ><a class =" option-anchor " href =" #option-cargo-rustdoc---example " ></a ><code >--example</code > <em >name</em >...</dt >
Original file line number Diff line number Diff line change @@ -148,6 +148,18 @@ use single quotes or double quotes around each glob pattern.
148
148
149
149
<dl >
150
150
151
+ <dt class =" option-term " id =" option-cargo-test---lib " ><a class =" option-anchor " href =" #option-cargo-test---lib " ></a ><code >--lib</code ></dt >
152
+ <dd class =" option-desc " >Test the package's library.</dd >
153
+
154
+
155
+ <dt class =" option-term " id =" option-cargo-test---bin " ><a class =" option-anchor " href =" #option-cargo-test---bin " ></a ><code >--bin</code > <em >name</em >...</dt >
156
+ <dd class =" option-desc " >Test the specified binary. This flag may be specified multiple times
157
+ and supports common Unix glob patterns.</dd >
158
+
159
+
160
+ <dt class =" option-term " id =" option-cargo-test---bins " ><a class =" option-anchor " href =" #option-cargo-test---bins " ></a ><code >--bins</code ></dt >
161
+ <dd class =" option-desc " >Test all binary targets.</dd >
162
+
151
163
152
164
153
165
<dt class =" option-term " id =" option-cargo-test---example " ><a class =" option-anchor " href =" #option-cargo-test---example " ></a ><code >--example</code > <em >name</em >...</dt >
You can’t perform that action at this time.
0 commit comments