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/2022-02-09-this-week-in-rust.md
+33-6Lines changed: 33 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,26 @@ If you find any errors in this week's issue, [please submit a PR](https://github
19
19
### Foundation
20
20
21
21
### Project/Tooling Updates
22
+
*[A first look at Sycamore's new reactive primitives](https://sycamore-rs.netlify.app/news/new-reactive-primitives)
23
+
24
+
*[What's new in SeaORM 0.6.0](https://www.sea-ql.org/SeaORM/blog/2022-02-07-whats-new-in-0.6.0/)
25
+
26
+
*[SixtyFPS (GUI crate): Changelog for 06th of February 2022](https://sixtyfps.io/thisweek/2022-02-07.html)
22
27
23
28
### Newsletters
24
29
25
30
### Research
26
31
27
32
### Observations/Thoughts
33
+
34
+
*[audio][Building with Rust: Josh Triplett on Building the Build System of his Dreams](https://anchor.fm/building-with-rust/episodes/Josh-Triplett-on-Building-the-Build-System-of-his-Dreams-e1dt81c)
28
35
*[ZH][为什么 Rust 没有继承?Why doesn't Rust have inheritance?](https://fengliang.io/RustWHY/design_choices/why_not_inheritance.html)
29
36
30
37
### Rust Walkthroughs
38
+
-[ESP32 MQTT Publish with Rust](https://medium.com/iotics/esp32-mqtt-publish-with-rust-678d1068ee2)
39
+
40
+
*[series][video][Rust Embedded for STM32 Microcontrollers - Cross-compilation](https://youtu.be/WmEBBoc2iYM)
41
+
*[series][video][Rust Embedded for STM32 Microcontrollers - HAL Crates](https://youtu.be/4oJy3ywY2B0)
31
42
32
43
### Miscellaneous
33
44
@@ -37,7 +48,7 @@ This week we have two crates: [update-informer](https://github.com/mgrachev/upda
37
48
library to embed an update check into your CLI project and
38
49
[blake3](https://crates.io/crates/blake3), a fast cryptographic hash function.
39
50
40
-
Thanks to [Grachev Mikhail](https://users.rust-lang.org/t/crate-of-the-week/2704/1014) and
51
+
Thanks to [Grachev Mikhail](https://users.rust-lang.org/t/crate-of-the-week/2704/1014) and
41
52
[Zac Burns](https://users.rust-lang.org/t/crate-of-the-week/2704/1014) for the suggestions!
42
53
43
54
[Please submit your suggestions and votes for next week][submit_crate]!
@@ -139,26 +150,38 @@ decision. Express your opinions now.
139
150
140
151
## Upcoming Events
141
152
142
-
Rusty Events between 2/2/2022 - 3/2/2022 🦀
153
+
Rusty Events between 2/9/2022 - 3/9/2022 🦀
143
154
144
155
### Online
145
156
146
-
*[February 3, 2022 | Cardiff, UK | **Rust Book Study Session - Smart Pointers** | Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/283480500/)
147
-
*[February 5 & 6, 2022 | Kyiv, UA | **Write a Game on Rust** | Rust Ukraine](https://dou.ua/calendar/42115/)
*[February 9, 2022 | Boulder, CO, US | **Monthly Meetup** | Boulder Elixir and Rust](https://www.meetup.com/boulder-elixir-rust/events/283700330/)
150
158
*[February 9, 2022 | Los Angeles, CA, US | **Raphael Tessmer & Celeste, finding craters on a rusty planet** (Virtual) | Rust Los Angeles](https://www.meetup.com/Rust-Los-Angeles/events/283232930/)
151
159
*[February 9, 2022 | Stuttgart, DE | **Rust-Meetup** | Rust Community Stuttgart](https://www.meetup.com/Rust-Community-Stuttgart/events/282545292)
160
+
*[February 10, 2022 | San Diego, CA, US | **San Diego Rust February 2022 Tele-Meetup** | San Diego Rust](https://www.meetup.com/San-Diego-Rust/events/283655575)
161
+
*[February 15, 2022 | Berlin, DE | **Rust Hack and Learn** | OpenTechSchool Berlin](https://www.meetup.com/de-DE/opentechschool-berlin/events/283633079/)
152
162
*[February 15, 2022 | Indianapolis, IN, US | **Indy.rs - with Social Distancing** | Indy Rust](https://www.meetup.com/indyrs/events/283538948)
*[March 14, 2022 | Atlanta, GA, US | **_New_ Atlanta Rust Meetup** | Atlanta Rustaceans](https://twitter.com/atl_rustaceans/status/1489586471367589893)
181
+
182
+
### North America
183
+
184
+
*[March 14, 2022 | Atlanta, GA, US | **_New_ Atlanta Rust Meetup** | Atlanta Rustaceans](https://twitter.com/atl_rustaceans/status/1489586471367589893)
162
185
163
186
If you are running a Rust event please add it to the [calendar] to get
164
187
it mentioned here. Please remember to add a link to the event too.
@@ -169,6 +192,10 @@ Email the [Rust Community Team][community] for access.
0 commit comments