Skip to content

Commit 4c503fa

Browse files
committed
minor fixes
1 parent 2ac03b2 commit 4c503fa

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

_posts/2017-05-05-libz-blitz.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ guided in part by what we learned in producing the Rust standard library, and
1313
will result in a "cookbook" chock full of ready-made examples for common tasks,
1414
drawing from a careful selection of Rust crates.
1515

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+
1620
[2017 vision for Rust]: https://blog.rust-lang.org/2017/02/06/roadmap.html
1721

1822
## Batteries included?
@@ -49,10 +53,11 @@ traditional systems programming tasks.
4953

5054
Because of Cargo, we can "include batteries" without literally putting them into
5155
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*.**
5661

5762
## The Rust Libz Blitz
5863

@@ -258,7 +263,7 @@ feeling. The exact list is definitely up for debate, and we hope that the
258263
broader community will also apply this process completely independently to
259264
crates the libs team won't have time to discuss.
260265

261-
### How to help
266+
### How can I help?
262267

263268
We're glad you asked! Creating a solid core of libraries for a young
264269
language is not the work of a single person or team—it is the work of

0 commit comments

Comments
 (0)