Skip to content

Commit fbb1ec6

Browse files
Merge pull request #6104 from extrawurst/community-updates-573
community updates issue 573
2 parents 7c9c8d1 + 8f5dd3e commit fbb1ec6

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

draft/2024-11-13-this-week-in-rust.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,39 @@ and just ask the editors to select the category.
3030
-->
3131

3232
### Official
33+
* [gccrs: An alternative compiler for Rust](https://blog.rust-lang.org/2024/11/07/gccrs-an-alternative-compiler-for-rust.html)
34+
* [Google Summer of Code 2024 results](https://blog.rust-lang.org/2024/11/07/gsoc-2024-results.html)
3335

3436
### Foundation
37+
* [Rust Foundation Releases Problem Statement on C++/Rust Interoperability](https://foundation.rust-lang.org/news/rust-foundation-releases-problem-statement-on-c-rust-interoperability/)
3538

3639
### Newsletters
37-
* [The Embedded Rustacean Issue #32](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-32)
40+
* [Linebender in October 2024: resvg stewardship](https://linebender.org/blog/tmix-10/)
3841

3942
### Project/Tooling Updates
43+
* [Introducing Hyperlight: Virtual machine-based security for functions at scale](https://opensource.microsoft.com/blog/2024/11/07/introducing-hyperlight-virtual-machine-based-security-for-functions-at-scale/)
44+
* [Introducing Sled, a Rust Library for Creating Spatial LED Strip Lighting Effects](https://davjcosby.github.io/all-published/miscellaneous-tech/Introducing%20Sled,%20a%20Rust%20Library%20for%20Creating%20Spatial%20LED%20Strip%20Lighting%20Effects.html)
4045
* [Redis Shield: A high-performance rate limiting module in Rust using the Token Bucket algorithm](https://github.com/ayarotsky/redis-shield)
4146
* [Introducing Hyperlight: Virtual machine-based security for functions at scale](https://opensource.microsoft.com/blog/2024/11/07/introducing-hyperlight-virtual-machine-based-security-for-functions-at-scale/)
4247
* [Cohen: gccrs: An alternative compiler for Rust](https://lwn.net/Articles/997483/)
4348
* [Progress on toolchain security features](https://lwn.net/SubscriberLink/996344/a68070fd6ffe56e9/)
4449

4550
### Observations/Thoughts
51+
* [Perhaps Rust needs "defer"](https://gaultier.github.io/blog/perhaps_rust_needs_defer.html)
52+
* [Rust needs an official specification](https://tweedegolf.nl/en/blog/140/rust-needs-an-official-specification)
53+
* [Why is std::pin::Pin so weird?](https://sander.saares.eu/2024/11/06/why-is-stdpinpin-so-weird/)
54+
* [Bringing faster exceptions to Rust](https://purplesyringa.moe/blog/bringing-faster-exceptions-to-rust/)
55+
* [Exploring the Assembly Code generated by Rust Recursive Tree Traversal](https://www.eventhelix.com/rust/rust-to-assembly-recursive-tree-fold/)
4656
* [Typed IDs with SeaORM](https://klacan.sk/posts/typed-ids-with-sea-orm/)
57+
* [Blog: Rust needs an official specification](https://tweedegolf.nl/en/blog/140/rust-needs-an-official-specification)
4758
* [video] [Rust 2024 Project Goals Update & Rust 1.80.1](https://www.youtube.com/watch?v=DQ2XqNB-0Qg)
4859
* [video] [Rio: Next generation terminal emulator written in Rust](https://www.youtube.com/watch?v=bxcYj78UNPU)
4960

50-
* [Blog: Rust needs an official specification](https://tweedegolf.nl/en/blog/140/rust-needs-an-official-specification)
51-
5261
### Rust Walkthroughs
62+
* [Parsing arguments in Rust with no dependencies](https://ntietz.com/blog/parsing-arguments-rust-no-deps/)
63+
* [Using portable SIMD in stable Rust](https://pythonspeed.com/articles/simd-stable-rust/)
64+
* [Rust Syn Crate Tutorial: Automate Builder Patterns with Custom Macros](https://packetandpine.com/blog/rust-syn-crate-tutorial/)
65+
* [The Embedded Rustacean Issue #32](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-32)
5366
* [Tutorial: Implementing JSON parsing](https://blog.davimiku.com/tutorials/json-parsing-rust-1)
5467
* [Impl Snake For Micro:bit - Embedded async Rust on BBC Micro:bit with Embassy](https://gitlab.com/cyril-marpaud/impl_snake_for_microbit/-/blob/main/README.md)
5568

0 commit comments

Comments
 (0)