@@ -90,7 +90,7 @@ Rust APIs great: principles like "make performance characteristics clear" and
90
90
"use ownership to encapsulate invariants"; consistent naming conventions like
91
91
` mut ` , ` ref ` , ` as ` , ` into ` , that let users intuit what they don't know
92
92
from what they do; small details of presentation that add up, like consistently
93
- documentating possible error cases in a dedicated "Errors" section; and so many
93
+ documenting possible error cases in a dedicated "Errors" section; and so many
94
94
more factors to consider when publishing Rust crates.
95
95
96
96
In 2017 we plan to apply the principles behind the design of ` std ` to an
@@ -156,7 +156,7 @@ further improving discoverability on crates.io, [please start a thread]!
156
156
### Rust standards of community
157
157
158
158
We have some idea of what goes into publishing exceptional Rust crates, but the
159
- Rust library team is not the sole authority of Rust API design — the Rust crate
159
+ Rust library team is not the sole authority of Rust API design— the Rust crate
160
160
ecosystem is created by all of us together and there are many lessons yet to
161
161
learn. In recognition of that, ** the library team is architecting our efforts to
162
162
be as welcoming and inclusive as we can** .
@@ -208,10 +208,10 @@ crates to get a feel for it: [`bitflags`], [`tempdir`], [`flate2`], and
208
208
but you can expect them to have "1.0" releases soon. As the crates under
209
209
evaluation grow in scope, presumably the tasks that arise will grow as well.
210
210
211
- [ `byteorder` ] : https://docs.rs/ byteorder
212
- [ `bitflags` ] : https://doc. rust-lang.org/tempdir/tempdir/index.html
213
- [ `tempdir` ] : https://doc. rust-lang.org /tempdir/tempdir/index.html
214
- [ `flate2` ] : https://github.com/rust-lang-nursery/bitflags
211
+ [ `byteorder` ] : https://github.com/BurntSushi/ byteorder/issues/76
212
+ [ `bitflags` ] : https://github.com/ rust-lang-nursery/bitflags/issues/80
213
+ [ `tempdir` ] : https://github.com/ rust-lang-nursery /tempdir/issues/28
214
+ [ `flate2` ] : https://github.com/alexcrichton/flate2-rs/issues/89
215
215
[ `lazy_static` ] : https://github.com/rust-lang-nursery/lazy-static.rs/issues/70
216
216
217
217
0 commit comments