Skip to content

Commit c817921

Browse files
authored
Merge pull request #4409 from cdmistman/master
Updates from Rust Community 497
2 parents fea5b05 + ab235bf commit c817921

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

content/2023-05-31-this-week-in-rust.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,42 @@ and just ask the editors to select the category.
2727
2828
-->
2929

30+
### Official
31+
* [On the RustConf keynote | Rust Blog](https://blog.rust-lang.org/2023/05/29/RustConf.html)
32+
3033
### Project/Tooling Updates
3134
* [rumqttd now supports MQTTv5 features like topic alias and message expiry](https://bytebeam.io/blog/one-step-closer-to-mqttv5-broker/)
3235
* [GlueSQL v0.14 - Schemaless data support](https://github.com/gluesql/gluesql/releases/tag/v0.14.0)
3336
- [ratatui 0.21.0 is released! (community fork of tui-rs)](https://github.com/tui-rs-revival/ratatui/releases/tag/v0.21.0)
37+
* [rust-analyzer Changelog #183](https://rust-analyzer.github.io/thisweek/2023/05/29/changelog-183.html)
38+
* [IntelliJ Rust Changelog #195](https://intellij-rust.github.io/2023/05/30/changelog-195.html)
39+
* [rustc_codegen_gcc: Progress Report #23](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-23)
40+
* [Statement on RustConf & Introspection](https://soasis.org/posts/statement-on-rustconf-compile-time-introspection/)
41+
42+
### Observations/Thoughts
43+
* [Paired benchmarking. How to measure performance](https://www.bazhenov.me/posts/paired-benchmarking/)
44+
* [Pattern Extensions](https://blog.yoshuawuyts.com/pattern-extensions/)
45+
* [A governance system, if you can keep it](https://without.boats/blog/if-you-can-keep-it/)
46+
* [video] [Why You Shouldn’t Build Your Next App in Rust](https://youtu.be/spXMLbHVEkQ)
3447

3548
### Rust Walkthroughs
36-
- [video] [Atomics and Locks Book Club - Chapter 1 - Basics of Rust Concurrency](https://www.youtube.com/watch?v=99Qzpv325yI)
37-
- [video] [Atomics and Locks Book Club - Chapter 2 - Atomics](https://www.youtube.com/watch?v=Ivm1FuO8quw)
3849
* [How I finally understood async/await in Rust (part 1)](https://hegdenu.net/posts/understanding-async-await-1/)
3950
* [Serving dynamic social preview images with rust and serverless functions](https://traits-crates-and-awaits.ghost.io/serving-dynamic-social-preview-images-with-rust-and-serverless-functions/)
51+
* [Phase Locked State Machines](https://onevariable.com/blog/phase-locked-state-machines/)
52+
* [ESP32 Embedded Rust at the HAL: Analog Temperature Sensing using the ADC](https://apollolabsblog.hashnode.dev/esp32-embedded-rust-at-the-hal-analog-temperature-sensing-using-the-adc)
53+
* [video] [Atomics and Locks Book Club - Chapter 1 - Basics of Rust Concurrency](https://www.youtube.com/watch?v=99Qzpv325yI)
54+
* [video] [Atomics and Locks Book Club - Chapter 2 - Atomics](https://www.youtube.com/watch?v=Ivm1FuO8quw)
55+
* [video] [Deploy Rust with shuttle.rs](https://youtu.be/HZf6uKO0Ep4)
56+
* [video] [Building WASM web UI with Rust](https://youtu.be/ie13kswrWu4)
57+
* [video] [A Practical Introduction to Derive Macros with Attributes](https://youtu.be/GFijwucFJqw)
58+
* [video] [Building an HTTP Server in Rust: Exploring TCP/IP, Socket Programming, and Asynchronous I/O](https://youtu.be/hzSsOV2F7-s)
59+
* [video] [Run Fast! Catch Performance Regressions in eBPF with Rust](https://youtu.be/iKRT7JQgZyI)
60+
* [video] [Building a Weather Forecast Command-Line App in Rust](https://www.youtube.com/watch?v=jMmDpR8mask)
4061

4162
### Miscellaneous
63+
* [I Am No Longer Speaking at RustConf 2023](https://thephd.dev/i-am-no-longer-speaking-at-rustconf-2023)
64+
* [Josh Triplett's Statement on RustConf 2023](https://hackmd.io/p3VG_bK9TXOvtgh1oA2yZQ)
65+
* [Why I left Rust](https://www.jntrnr.com/why-i-left-rust/?s=33)
4266
* [How s2n-quic uses Kani to inspire confidence](https://model-checking.github.io/kani-verifier-blog/2023/05/30/how-s2n-quic-uses-kani-to-inspire-confidence.html)
4367

4468
## Crate of the Week

0 commit comments

Comments
 (0)