@@ -82,7 +82,7 @@ a site where you can browse contributors by release.
82
82
[ RFCs ] : https://github.com/rust-lang/rfcs
83
83
[ rust-lang.org ] : https://www.rust-lang.org/
84
84
[ friends ] : https://www.rust-lang.org/en-US/friends.html
85
- [ stability delivered ] : http ://blog.rust-lang.org/2014/10/30/Stability.html
85
+ [ stability delivered ] : https ://blog.rust-lang.org/2014/10/30/Stability.html
86
86
[ thanks.rust-lang.org ] : https://thanks.rust-lang.org/
87
87
[ the Rust teams ] : https://www.rust-lang.org/en-US/team.html
88
88
[ crates ] : https://crates.io/
@@ -93,7 +93,7 @@ In addition to the 48 new Rust friends, we now have a [Rust jobs website]! More
93
93
and more companies are choosing Rust to solve problems involving performance,
94
94
scaling, and safety. Let's check in on a few of them.
95
95
96
- [ Rust jobs website ] : http ://rustjobs.rs/
96
+ [ Rust jobs website ] : https ://rustjobs.rs/
97
97
98
98
[ Dropbox] is using Rust in multiple high-impact projects to manage exabytes of
99
99
data on the back end, where correctness and efficiency is critical. Rust code is
@@ -164,15 +164,15 @@ And we have at least three conferences coming up!
164
164
- September, 2017: [ Another RustFest] in Zurich, Switzerland;
165
165
- October 26-27, 2017: [ Rust Belt Rust 2017] in Columbus, OH, USA.
166
166
167
- [ Rust Belt Rust 2017 ] : http ://conf2017. rust-belt-rust.com/
167
+ [ Rust Belt Rust 2017 ] : https ://rust-belt-rust.com/
168
168
[ RustConf 2017 ] : http://rustconf.com/
169
169
[ Another RustFest ] : https://rustfest.ch/
170
170
171
171
That's not even including the [ 103 meetups worldwide] [ meetup ] about Rust. Will
172
172
you be the one to run the fourth conference or start the 104th meetup? [ Contact
173
173
the community team] for help and support!
174
174
175
- [ meetup ] : http ://rust.meetup.com/
175
+ [ meetup ] : https ://rust.meetup.com/
176
176
[ Contact the community team ] : https://community.rs/
177
177
178
178
## Rust in 2017
@@ -268,7 +268,7 @@ worst-case behavior has been fixed that results in >95% improvements in certain
268
268
programs. Some very promising improvements are on the way for later this year;
269
269
check out [ perf.rust-lang.org] for monitoring Rust's performance day-to-day.
270
270
271
- [ perf.rust-lang.org ] : http ://perf.rust-lang.org/
271
+ [ perf.rust-lang.org ] : https ://perf.rust-lang.org/
272
272
273
273
### [ Rust should provide a basic, but solid IDE experience] ( https://github.com/rust-lang/rust-roadmap/issues/2 )
274
274
@@ -323,10 +323,10 @@ event loop, and lots of tools for quickly implementing new protocols. A simple
323
323
HTTP server using Tokio is among the fastest measured in the [ TechEmpower]
324
324
server benchmarks.
325
325
326
- [ futures ] : http ://aturon.github.io/blog/2016/08/11/futures/
326
+ [ futures ] : https ://aturon.github.io/blog/2016/08/11/futures/
327
327
[ Tokio ] : https://tokio.rs/
328
328
[ C++ ] : https://github.com/facebook/wangle
329
- [ Scala ] : http ://finagle.github.io/
329
+ [ Scala ] : https ://finagle.github.io/
330
330
[ JavaScript ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
331
331
[ TechEmpower ] : https://www.techempower.com/benchmarks/#section=data-r14&hw=ph&test=plaintext
332
332
@@ -342,7 +342,7 @@ performance or reliability.
342
342
343
343
[ Hyper ] : https://hyper.rs/
344
344
[ Rocket ] : https://rocket.rs/
345
- [ Diesel ] : http ://diesel.rs/
345
+ [ Diesel ] : https ://diesel.rs/
346
346
347
347
Over the rest of this year, we expect all of the above libraries to
348
348
significantly mature; for a middleware ecosystem to sprout up; for the
0 commit comments