Skip to content

minor fixes #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions _posts/2017-05-05-libz-blitz.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ guided in part by what we learned in producing the Rust standard library, and
will result in a "cookbook" chock full of ready-made examples for common tasks,
drawing from a careful selection of Rust crates.

(Also, ICYMI: please participate in the [State of Rust survey]; even if you don't use Rust, we'd love to hear from you!)

[State of Rust survey]: https://blog.rust-lang.org/2017/05/03/survey.html

[2017 vision for Rust]: https://blog.rust-lang.org/2017/02/06/roadmap.html

## Batteries included?
Expand Down Expand Up @@ -49,10 +53,11 @@ traditional systems programming tasks.

Because of Cargo, we can "include batteries" without literally putting them into
the standard library; pulling in other crates is nearly as easy as using the
standard library (and will get even easier this year). But to capitalize on this
ability to the fullest, we need to have excellent libraries. **Our mission for
2017 is to ensure that crates are available for a wide swath of common tasks and
that they are *discoverable*, *cohesive*, *featureful*, and *well-documented*.**
standard library (and will likely get even easier this year). But to capitalize
on this ability to the fullest, we need to have excellent libraries. **Our
mission for 2017 is to ensure that crates are available for a wide swath of
common tasks and that they are *discoverable*, *cohesive*, *featureful*, and
*well-documented*.**

## The Rust Libz Blitz

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

### How to help
### How can I help?

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