You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/industry.astro
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,18 @@ import ButtonGroup from "../components/ButtonGroup.astro";
16
16
17
17
<IndustryLayout>
18
18
<Markdownslot="about-industry">
19
-
<p>The industry track is back at RustWeek 2025!</p>
19
+
<p>The industry track at RustWeek 2025 is a wrap!</p>
20
20
<p>
21
-
Following the succes of the first edition, this track is dedicated
22
-
to decision makers exploring the adoption of Rust in their
21
+
Checkout the talk resources here:
22
+
<ul>
23
+
<li>Niko Matsakis: Our Vision for Rust | <ahref="https://github.com/rustnl/meetups/blob/main/20250513-utrecht/Nicholas%20Matsakis%20-%20Our%20vision%20for%20Rust.pdf">slides</a></li>
24
+
<li>Julius Gustavsson: Rust at Volvo Cars | <ahref="https://github.com/rustnl/meetups/blob/main/20250513-utrecht/Julius%20Gustavsson%20-%20Rust%20at%20Volvo%20Cars.pdf">slides</a></li>
25
+
<li>Mark Janssen: Rust at the Dutch Electoral Council | <ahref="https://github.com/rustnl/meetups/blob/main/20250513-utrecht/Mark%20Janssen%20-%20Rust%20at%20the%20Dutch%20Electoral%20Council.pdf">slides</a></li>
26
+
<li>Jeffrey Vander Stoep: Transitioning to memory safety: lessons from the Android project | <ahref="https://github.com/rustnl/meetups/blob/main/20250513-utrecht/Jeffrey%20Vander%20Stoep%20-%20Transitioning%20to%20Rust.pdf">slides</a></li>
27
+
</ul>
28
+
</p>
29
+
<p>
30
+
The track was dedicated to decision makers exploring the adoption of Rust in their
0 commit comments