@@ -34,13 +34,18 @@ and just ask the editors to select the category.
3434### Foundation
3535
3636### Newsletters
37+ * [ The Embedded Rustacean Issue #42 ] ( https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-42 )
3738
3839### Project/Tooling Updates
40+ * [ EtherCrab, the pure Rust EtherCAT MainDevice, version 0.6 released] ( https://wapl.es/ethercrab-0-6/ )
41+ * [ A process for handling Rust code in the core kernel] ( https://lwn.net/SubscriberLink/1015409/be9d004a43a7102d/ )
42+ * [ api-version: axum middleware for header based version selection] ( https://heikoseeberger.de/2025-03-20-api-version/ )
3943
4044### Observations/Thoughts
4145
4246### Rust Walkthroughs
4347* [ Solving the ABA Problem in Rust with Hazard Pointers] ( https://minikin.me/blog/solving-the-aba-problem-in-rust-hazard-pointers )
48+ * [ Building a CoAP application on Ariel OS] ( https://christian.amsuess.com/blog/website/2025-03-27_ariel_coap/ )
4449
4550### Research
4651
@@ -111,7 +116,22 @@ If you are an event organizer hoping to expand the reach of your event, please s
111116
112117### Rust Compiler Performance Triage
113118
114- <!-- Perf results go here -->
119+ Positive week, with a lot of primary improvements and just a few secondary regressions. Single big regression got reverted.
120+
121+ Triage done by ** @panstromek ** .
122+ Revision range: [ 4510e86a..2ea33b59] ( https://perf.rust-lang.org/?start=4510e86a41388733675465a8647d4235f3bf2023&end=2ea33b591050c4ca1a3752830b29112638faecf6&absolute=false&stat=instructions%3Au )
123+
124+ ** Summary** :
125+
126+ | (instructions: u ) | mean | range | count |
127+ | :----------------------------------:| :-----:| :--------------:| :-----:|
128+ | Regressions ❌ <br /> (primary) | - | - | 0 |
129+ | Regressions ❌ <br /> (secondary) | 0.9% | [ 0.2%, 1.5%] | 17 |
130+ | Improvements ✅ <br /> (primary) | -0.4% | [ -4.5%, -0.1%] | 136 |
131+ | Improvements ✅ <br /> (secondary) | -0.6% | [ -3.2%, -0.1%] | 59 |
132+ | All ❌✅ (primary) | -0.4% | [ -4.5%, -0.1%] | 136 |
133+
134+ [ Full report here] ( https://github.com/rust-lang/rustc-perf/blob/9bd6fc2f4594023b82acd8d876dcf659aee9a931/triage/2025-03-31.md ) .
115135
116136### [ Approved RFCs] ( https://github.com/rust-lang/rfcs/commits/master )
117137
0 commit comments