Skip to content

Commit 22f6440

Browse files
authored
Merge pull request #3083 from extrawurst/community-updates-issue-436
community updates issue 436
2 parents 663bed1 + eaf4966 commit 22f6440

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

draft/2022-03-30-this-week-in-rust.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,44 @@ If you find any errors in this week's issue, [please submit a PR](https://github
1818

1919
### Foundation
2020

21+
* [Member Spotlight: Wyliodrin](https://foundation.rust-lang.org/news/2022-03-29-member-spotlight-wyliodrin/)
22+
2123
### Project/Tooling Updates
2224

25+
* [Announcing fp-bindgen](https://fiberplane.dev/blog/announcing-fp-bindgen/)
26+
* [Rust-Analyzer Changelog #122](https://rust-analyzer.github.io/thisweek/2022/03/28/changelog-122.html)
27+
* [IntelliJ Rust Changelog #167](https://intellij-rust.github.io/2022/03/28/changelog-167.html)
2328
* [BonsaiDb v0.4.0: Now available without async](https://bonsaidb.io/blog/bonsaidb-v0-4-0/)
2429
* [Slint (GUI crate) weekly update](https://slint-ui.com/thisweek/2022-03-28.html)
2530
* [Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W12](https://www.fornjot.app/blog/weekly-dev-log/2022-w12/)
2631

2732
### Observations/Thoughts
2833

34+
* [dyn*: can we make dyn sized?](https://smallcultfollowing.com/babysteps/blog/2022/03/29/dyn-can-we-make-dyn-sized/)
35+
* [Oxide on My Wrist: Hubris on PineTime was the best worst idea](https://artemis.sh/2022/03/28/oxide-hubris-on-pinetime.html)
36+
* [Self Modifying Code](https://matklad.github.io/2022/03/26/self-modifying-code.html)
37+
* [Async destructors, async genericity and completion futures](https://sabrinajewson.org/blog/async-drop)
38+
* [A thanks to the traits working group in 2021](https://jackh726.github.io/rust/2022/03/25/a-thanks.html)
2939
* [When not to use Rust?](https://kerkour.com/why-not-rust)
3040

3141
### Rust Walkthroughs
3242

3343
* [Cross-compilation in Rust](https://kerkour.com/rust-cross-compilation)
3444
* [Introducing "High Assurance Rust": a FREE systems software security book!](https://highassurance.rs/)
35-
* [My First Clippy Lint](https://jamesmcm.github.io/blog/2022/03/26/my-first-clippy-lint/)
3645
* [Advanced deserialization with Serde: Parsing Cloudformation templates](https://rtoch.com/posts/advanced-serde/)
46+
* [My First Clippy Lint - Statistically Insignificant](https://jamesmcm.github.io/blog/2022/03/26/my-first-clippy-lint/)
47+
* [Introducing "High Assurance Rust"](https://www.reddit.com/r/rust/comments/toq2wj/introducing_high_assurance_rust_a_free_systems/)
48+
* [Rust for JavaScript developers: SQS batch error handling with AWS Lambda](https://dfrasca.hashnode.dev/rust-for-javascript-developers-sqs-batch-error-handling-with-aws-lambda)
49+
* [video] [Introduction to WAGI by Rainer Stropek & Stefan Baumgartner](https://www.youtube.com/watch?v=9NDwHBjLlhQ)
50+
* [video] [Rust for Linux by Miguel Ojeda and Wedson Almeida Filho](https://www.youtube.com/watch?v=fVEeqo40IyQ)
3751

3852
### Miscellaneous
3953

54+
* [audio] [Interview with Dustin (A/B Street) | Rust Game Dev](https://rustgamedev.com/episodes/interview-with-dustin-a-b-street-ZCVQAek1)
55+
* [audio] [Rust Servers, Services, and Apps with Prabhu Eshwarla :: Rustacean ...](https://rustacean-station.org/episode/061-prabhu-eshwarla/)
56+
* [videos] [RustFest LATAM 2022 [ESP]](https://www.youtube.com/playlist?list=PL85XCvVPmGQg4ks051r3VbgKGbV3FYUzo)
57+
* [videos] [RustFest LATAM 2022 [ENG]](https://www.youtube.com/playlist?list=PL85XCvVPmGQiT5Ug60zPQ_t9j3dHyawcy)
58+
4059
## Crate of the Week
4160

4261
This week's crate is [heph](https://docs.rs/heph), an event-driven, non-blocking I/O, share-nothing actor framework.

0 commit comments

Comments
 (0)