@@ -34,13 +34,18 @@ and just ask the editors to select the category.
34
34
### Foundation
35
35
36
36
### Newsletters
37
+ * [ The Embedded Rustacean Issue #42 ] ( https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-42 )
37
38
38
39
### 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/ )
39
43
40
44
### Observations/Thoughts
41
45
42
46
### Rust Walkthroughs
43
47
* [ 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/ )
44
49
45
50
### Research
46
51
@@ -111,7 +116,22 @@ If you are an event organizer hoping to expand the reach of your event, please s
111
116
112
117
### Rust Compiler Performance Triage
113
118
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 ) .
115
135
116
136
### [ Approved RFCs] ( https://github.com/rust-lang/rfcs/commits/master )
117
137
0 commit comments