You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drafts/2018-08-31-this-week-in-rust.md
+37-24Lines changed: 37 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
18
18
19
19
# Crate of the Week
20
20
21
-
This week's crate is [rav1e](https://github.com/xiph/rav1e), the fastest and safest AV1 encoder from Xiph.Org Foundation. Thanks to [nasa42](https://users.rust-lang.org/t/crate-of-the-week/2704/419) for suggestion!
21
+
This week's crate is [Taizen](https://github.com/NerdyPepper/taizen), a wikipedia browser for your terminal. Thanks to [nasa42](https://users.rust-lang.org/t/crate-of-the-week/2704/419) for suggestion!
22
22
23
23
[Submit your suggestions and votes for next week][submit_crate]!
24
24
@@ -41,26 +41,38 @@ If you are a Rust project owner and are looking for contributors, please submit
41
41
42
42
# Updates from Rust Core
43
43
44
-
151 pull requests were [merged in the last week][merged]
*[`cargo -Zcompile-progress`: use the target name in the progress bar when building a test/binary](https://github.com/rust-lang/cargo/pull/5828)
75
+
*[rustdoc: rework how default passes are chosen](https://github.com/rust-lang/rust/pull/52751)
64
76
65
77
## Approved RFCs
66
78
@@ -109,6 +121,7 @@ decision. Express your opinions now.
109
121
*[Aug 1. Cologne, DE - Rust Cologne](https://www.meetup.com/RustCologne/events/252432033).
110
122
*[Aug 8. Berlin, DE - Binding to Rust from everything](https://www.meetup.com/Rust-Berlin/events/252872742/).
111
123
*[Aug 8. Berlin, DE - OpenTechSchool - Rust Hack and Learn](https://www.meetup.com/opentechschool-berlin/events/xkdlvpyxlblb/).
124
+
*[Aug 10. Frankfurt, DE - Rhein-Main Rust Meetup (with Special Guest)](https://www.meetup.com/Rust-Rhein-Main/events/253311151).
112
125
113
126
### North America
114
127
@@ -140,11 +153,11 @@ it mentioned here. Email the [Rust Community Team][community] for access.
140
153
141
154
# Quote of the Week
142
155
143
-
> I’ve just realized that “guarantees memory safety in the presence of bugs” is a nice way to describe Rust to C/C++ folks
156
+
> Rust is more restrictive, indeed. But only in the sense that a car with seatbelts is more restrictive than one without: both reach the same top speed, but only one of them will save you in a bad day 😊
0 commit comments