@@ -18,17 +18,39 @@ If you find any errors in this week's issue, [please submit a PR](https://github
18
18
19
19
### Foundation
20
20
21
+ * [ Member Spotlight: Wyliodrin] ( https://foundation.rust-lang.org/news/2022-03-29-member-spotlight-wyliodrin/ )
22
+
21
23
### Project/Tooling Updates
22
24
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 )
28
+
23
29
### Observations/Thoughts
24
30
31
+ * [ dyn* : can we make dyn sized?] ( https://smallcultfollowing.com/babysteps//blog/2022/03/29/dyn-can-we-make-dyn-sized/ )
32
+ * [ Oxide on My Wrist: Hubris on PineTime was the best worst idea] ( https://artemis.sh/2022/03/28/oxide-hubris-on-pinetime.html )
33
+ * [ Self Modifying Code] ( https://matklad.github.io/2022/03/26/self-modifying-code.html )
34
+ * [ Async destructors, async genericity and completion futures] ( https://sabrinajewson.org/blog/async-drop )
35
+ * [ A thanks to the traits working group in 2021] ( https://jackh726.github.io/rust/2022/03/25/a-thanks.html )
36
+
25
37
### Rust Walkthroughs
26
38
27
39
* [ Introducing "High Assurance Rust": a FREE systems software security book!] ( https://highassurance.rs/ )
28
40
* [ Advanced deserialization with Serde: Parsing Cloudformation templates] ( https://rtoch.com/posts/advanced-serde/ )
41
+ * [ My First Clippy Lint - Statistically Insignificant] ( https://jamesmcm.github.io/blog/2022/03/26/my-first-clippy-lint/ )
42
+ * [ Introducing "High Assurance Rust"] ( https://www.reddit.com/r/rust/comments/toq2wj/introducing_high_assurance_rust_a_free_systems/ )
43
+ * [ 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 )
44
+ * [ video] [ Introduction to WAGI by Rainer Stropek & Stefan Baumgartner] ( https://www.youtube.com/watch?v=9NDwHBjLlhQ )
45
+ * [ video] [ Rust for Linux by Miguel Ojeda and Wedson Almeida Filho] ( https://www.youtube.com/watch?v=fVEeqo40IyQ )
29
46
30
47
### Miscellaneous
31
48
49
+ * [ audio] [ Interview with Dustin (A/B Street) | Rust Game Dev] ( https://rustgamedev.com/episodes/interview-with-dustin-a-b-street-ZCVQAek1 )
50
+ * [ audio] [ Rust Servers, Services, and Apps with Prabhu Eshwarla :: Rustacean ...] ( https://rustacean-station.org/episode/061-prabhu-eshwarla/ )
51
+ * [ videos] [ RustFest LATAM 2022 [ ESP]] ( https://www.youtube.com/playlist?list=PL85XCvVPmGQg4ks051r3VbgKGbV3FYUzo )
52
+ * [ videos] [ RustFest LATAM 2022 [ ENG]] ( https://www.youtube.com/playlist?list=PL85XCvVPmGQiT5Ug60zPQ_t9j3dHyawcy )
53
+
32
54
## Crate of the Week
33
55
34
56
This week's crate is [ heph] ( https://docs.rs/heph ) , an event-driven, non-blocking I/O, share-nothing actor framework.
0 commit comments