@@ -13,6 +13,10 @@ guided in part by what we learned in producing the Rust standard library, and
13
13
will result in a "cookbook" chock full of ready-made examples for common tasks,
14
14
drawing from a careful selection of Rust crates.
15
15
16
+ (Also, ICYMI: please participate in the [ State of Rust survey] ; even if you don't use Rust, we'd love to hear from you!)
17
+
18
+ [ State of Rust survey ] : https://blog.rust-lang.org/2017/05/03/survey.html
19
+
16
20
[ 2017 vision for Rust ] : https://blog.rust-lang.org/2017/02/06/roadmap.html
17
21
18
22
## Batteries included?
@@ -49,10 +53,11 @@ traditional systems programming tasks.
49
53
50
54
Because of Cargo, we can "include batteries" without literally putting them into
51
55
the standard library; pulling in other crates is nearly as easy as using the
52
- standard library (and will get even easier this year). But to capitalize on this
53
- ability to the fullest, we need to have excellent libraries. ** Our mission for
54
- 2017 is to ensure that crates are available for a wide swath of common tasks and
55
- that they are * discoverable* , * cohesive* , * featureful* , and * well-documented* .**
56
+ standard library (and will likely get even easier this year). But to capitalize
57
+ on this ability to the fullest, we need to have excellent libraries. ** Our
58
+ mission for 2017 is to ensure that crates are available for a wide swath of
59
+ common tasks and that they are * discoverable* , * cohesive* , * featureful* , and
60
+ * well-documented* .**
56
61
57
62
## The Rust Libz Blitz
58
63
@@ -258,7 +263,7 @@ feeling. The exact list is definitely up for debate, and we hope that the
258
263
broader community will also apply this process completely independently to
259
264
crates the libs team won't have time to discuss.
260
265
261
- ### How to help
266
+ ### How can I help?
262
267
263
268
We're glad you asked! Creating a solid core of libraries for a young
264
269
language is not the work of a single person or team—it is the work of
0 commit comments