@@ -18,25 +18,44 @@ 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 )
23
28
* [ BonsaiDb v0.4.0: Now available without async] ( https://bonsaidb.io/blog/bonsaidb-v0-4-0/ )
24
29
* [ Slint (GUI crate) weekly update] ( https://slint-ui.com/thisweek/2022-03-28.html )
25
30
* [ Fornjot (Code-CAD in Rust) - Weekly Dev Log - 2022-W12] ( https://www.fornjot.app/blog/weekly-dev-log/2022-w12/ )
26
31
27
32
### Observations/Thoughts
28
33
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 )
29
39
* [ When not to use Rust?] ( https://kerkour.com/why-not-rust )
30
40
31
41
### Rust Walkthroughs
32
42
33
43
* [ Cross-compilation in Rust] ( https://kerkour.com/rust-cross-compilation )
34
44
* [ 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/ )
36
45
* [ 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 )
37
51
38
52
### Miscellaneous
39
53
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
+
40
59
## Crate of the Week
41
60
42
61
This week's crate is [ heph] ( https://docs.rs/heph ) , an event-driven, non-blocking I/O, share-nothing actor framework.
0 commit comments