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/2019-07-09-this-week-in-rust.md
+25-27Lines changed: 25 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ 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 [aljabar](https://github.com/maplant/aljabar), an extremely generic linear algebra libary. Thanks to [Vikrant](https://users.rust-lang.org/t/crate-of-the-week/2704/574) for the suggestion!
21
+
This week's CotW is not a crate but [Rustexp](https://rustexp.lpil.uk/) site, a Rust regular expression editor & tester.
22
+
Thanks to [carols10cents](https://github.com/cmr/this-week-in-rust/issues/939) for the suggestion!
22
23
23
24
[Submit your suggestions and votes for next week][submit_crate]!
24
25
@@ -49,29 +50,22 @@ If you are a Rust project owner and are looking for contributors, please submit
49
50
50
51
# Updates from Rust Core
51
52
52
-
196 pull requests were [merged in the last week][merged]
*[Implement `mem::`{`zeroed`, `uninitialized`} in terms of `MaybeUninit`](https://github.com/rust-lang/rust/pull/62150)
67
+
*[`nth_back` for `chunks_exact`](https://github.com/rust-lang/rust/pull/62064)
68
+
*[Only call the closure parameter of `Iterator::is_sorted_by_key` once per item](https://github.com/rust-lang/rust/pull/62473)
75
69
76
70
## Approved RFCs
77
71
@@ -138,11 +132,15 @@ Email the [Rust Community Team][community] for access.
138
132
139
133
# Quote of the Week
140
134
141
-
> Python and Go pick up your trash for you. C lets you litter everywhere, but throws a fit when it steps on your banana peel. Rust slaps you and demands that you clean up after yourself.
142
135
143
-
– [Nicholas Hahn on his blog](http://www.nicolas-hahn.com/python/go/rust/programming/2019/07/01/program-in-python-go-rust/)
144
136
145
-
Thanks to [UtherII](https://users.rust-lang.org/t/twir-quote-of-the-week/328/662) for the suggestion!
137
+
> > Are we trying to steal the JVM’s “compile once run everywhere” concept?
138
+
139
+
> No, we just borrow it mutably.
140
+
141
+
– [minno & llogiq on /r/rust](https://reddit.com/r/rust/comments/cap8sy/rust_136_stabilized_the_wasm32wasi_target/etahiix/?context=8&depth=9)
142
+
143
+
Thanks to [Will Page](https://users.rust-lang.org/t/twir-quote-of-the-week/328/664) for the suggestion!
146
144
147
145
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments