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: draft/2020-11-4-this-week-in-rust.md
+31-30Lines changed: 31 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,9 @@ If you find any errors in this week's issue, [please submit a PR](https://github
34
34
35
35
# Crate of the Week
36
36
37
-
This week's crate is [rust-gpu](https://github.com/EmbarkStudios/rust-gpu) from Embark Studios, a system to compile Rust code into Vulkan graphics shaders (with other shader types to follow).
37
+
This week's crate is [tract](https://github.com/sonos/tract) from Sonos, a neural network inference library, written purely in Rust for models in ONNX, NNEF and TF formats.
38
38
39
-
Thanks to [Vlad Frolov](https://users.rust-lang.org/t/crate-of-the-week/2704/831) for the suggestion!
39
+
Thanks to [Benjamin Minixhofer](https://users.rust-lang.org/t/crate-of-the-week/2704/837) for the suggestion!
40
40
41
41
[Submit your suggestions and votes for next week][submit_crate]!
42
42
@@ -55,31 +55,32 @@ If you are a Rust project owner and are looking for contributors, please submit
55
55
56
56
# Updates from Rust Core
57
57
58
-
400 pull requests were [merged in the last week][merged]
*[cargo: add a future-compatibility warning on allowed feature name characters](https://github.com/rust-lang/cargo/pull/8814)
83
+
*[cargo: new namespaced features implementation](https://github.com/rust-lang/cargo/pull/8799)
83
84
84
85
## Rust Compiler Performance Triage
85
86
@@ -156,11 +157,11 @@ Email the [Rust Community Team][community] for access.
156
157
157
158
# Quote of the Week
158
159
159
-
> what many devs often miss initially when talking about Rust is that it isn't just about the design & details of the language (which is great), Rust's super power is that in combination with its fantastic community & ecosystem, and the amazing friendly people that create & form it
160
+
> Like other languages Rust does have footguns. The difference is that we keep ours locked up in the unsafe.
160
161
161
-
– [Johann Andersson on twitter](https://mobile.twitter.com/repi)
162
+
– [Ted Mielczarek on twitter](https://twitter.com/TedMielczarek/status/1322618223980892161)
162
163
163
-
llogiq is pretty pleased with his own suggestion and unanimously voted for it.
164
+
Thanks to [Nikolai Vazquez](https://users.rust-lang.org/t/twir-quote-of-the-week/328/956) for the suggestion.
164
165
165
166
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments