Skip to content

community updates issue 436 #3083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion draft/2022-03-30-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,44 @@ If you find any errors in this week's issue, [please submit a PR](https://github

### Foundation

* [Member Spotlight: Wyliodrin](https://foundation.rust-lang.org/news/2022-03-29-member-spotlight-wyliodrin/)

### Project/Tooling Updates

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

### Observations/Thoughts

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

### Rust Walkthroughs

* [Cross-compilation in Rust](https://kerkour.com/rust-cross-compilation)
* [Introducing "High Assurance Rust": a FREE systems software security book!](https://highassurance.rs/)
* [My First Clippy Lint](https://jamesmcm.github.io/blog/2022/03/26/my-first-clippy-lint/)
* [Advanced deserialization with Serde: Parsing Cloudformation templates](https://rtoch.com/posts/advanced-serde/)
* [My First Clippy Lint - Statistically Insignificant](https://jamesmcm.github.io/blog/2022/03/26/my-first-clippy-lint/)
* [Introducing "High Assurance Rust"](https://www.reddit.com/r/rust/comments/toq2wj/introducing_high_assurance_rust_a_free_systems/)
* [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)
* [video] [Introduction to WAGI by Rainer Stropek & Stefan Baumgartner](https://www.youtube.com/watch?v=9NDwHBjLlhQ)
* [video] [Rust for Linux by Miguel Ojeda and Wedson Almeida Filho](https://www.youtube.com/watch?v=fVEeqo40IyQ)

### Miscellaneous

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

## Crate of the Week

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