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
@@ -28,9 +28,9 @@ If you find any errors in this week's issue, [please submit a PR](https://github
28
28
29
29
# Crate of the Week
30
30
31
-
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).
31
+
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.
32
32
33
-
Thanks to [Vlad Frolov](https://users.rust-lang.org/t/crate-of-the-week/2704/831) for the suggestion!
33
+
Thanks to [Benjamin Minixhofer](https://users.rust-lang.org/t/crate-of-the-week/2704/837) for the suggestion!
34
34
35
35
[Submit your suggestions and votes for next week][submit_crate]!
36
36
@@ -49,31 +49,32 @@ If you are a Rust project owner and are looking for contributors, please submit
49
49
50
50
# Updates from Rust Core
51
51
52
-
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)
77
+
*[cargo: new namespaced features implementation](https://github.com/rust-lang/cargo/pull/8799)
77
78
78
79
## Rust Compiler Performance Triage
79
80
@@ -139,11 +140,11 @@ Email the [Rust Community Team][community] for access.
139
140
140
141
# Quote of the Week
141
142
142
-
> 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
143
+
> Like other languages Rust does have footguns. The difference is that we keep ours locked up in the unsafe.
143
144
144
-
– [Johann Andersson on twitter](https://mobile.twitter.com/repi)
145
+
– [Ted Mielczarek on twitter](https://twitter.com/TedMielczarek/status/1322618223980892161)
145
146
146
-
llogiq is pretty pleased with his own suggestion and unanimously voted for it.
147
+
Thanks to [Nikolai Vazquez](https://users.rust-lang.org/t/twir-quote-of-the-week/328/956) for the suggestion.
147
148
148
149
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments