@@ -34,13 +34,17 @@ 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
39
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/ )
40
43
41
44
### Observations/Thoughts
42
45
43
46
### Rust Walkthroughs
47
+ * [ Building a CoAP application on Ariel OS] ( https://christian.amsuess.com/blog/website/2025-03-27_ariel_coap/ )
44
48
45
49
### Research
46
50
@@ -111,7 +115,22 @@ If you are an event organizer hoping to expand the reach of your event, please s
111
115
112
116
### Rust Compiler Performance Triage
113
117
114
- <!-- Perf results go here -->
118
+ Positive week, with a lot of primary improvements and just a few secondary regressions. Single big regression got reverted.
119
+
120
+ Triage done by ** @panstromek ** .
121
+ Revision range: [ 4510e86a..2ea33b59] ( https://perf.rust-lang.org/?start=4510e86a41388733675465a8647d4235f3bf2023&end=2ea33b591050c4ca1a3752830b29112638faecf6&absolute=false&stat=instructions%3Au )
122
+
123
+ ** Summary** :
124
+
125
+ | (instructions: u ) | mean | range | count |
126
+ | :----------------------------------:| :-----:| :--------------:| :-----:|
127
+ | Regressions ❌ <br /> (primary) | - | - | 0 |
128
+ | Regressions ❌ <br /> (secondary) | 0.9% | [ 0.2%, 1.5%] | 17 |
129
+ | Improvements ✅ <br /> (primary) | -0.4% | [ -4.5%, -0.1%] | 136 |
130
+ | Improvements ✅ <br /> (secondary) | -0.6% | [ -3.2%, -0.1%] | 59 |
131
+ | All ❌✅ (primary) | -0.4% | [ -4.5%, -0.1%] | 136 |
132
+
133
+ [ Full report here] ( https://github.com/rust-lang/rustc-perf/blob/9bd6fc2f4594023b82acd8d876dcf659aee9a931/triage/2025-03-31.md ) .
115
134
116
135
### [ Approved RFCs] ( https://github.com/rust-lang/rfcs/commits/master )
117
136
0 commit comments