Skip to content

Commit 89c497c

Browse files
committed
date and slides
1 parent 1d03942 commit 89c497c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

content/lessons/03_data_types/index.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
+++
22
title = "Data Types"
3-
date = 2029-01-01
3+
date = 2025-10-15
44
weight = 1
55
[extra]
6-
lesson_date = 2029-01-01
6+
lesson_date = 2025-10-16
77
+++
88

99
## Aggregating data
@@ -124,6 +124,18 @@ So how do we handle situations which can fail? That's where the `Result` type co
124124
- [Documentation](https://doc.rust-lang.org/std/path/struct.Path.html) of filesystem path handling from the standard library,
125125
- [Implementation](https://github.com/BurntSushi/ripgrep/blob/master/crates/grep/examples/simplegrep.rs) of a third-party well-liked app [`ripgrep`](https://github.com/BurntSushi/ripgrep) written in Rust.
126126

127+
## Slides
128+
129+
<iframe
130+
src="module_system/module_system.html"
131+
title="Module system"
132+
loading="lazy"
133+
style="width: 100%; aspect-ratio: 16 / 9; border: none;"
134+
></iframe>
135+
136+
- [Open the slides in a new tab (HTML)](module_system/module_system.html)
137+
- [Download the slides as PDF](module_system/module_system.pdf)
138+
127139
## Obligatory reading
128140

129141
- The Book, chapters [5](https://doc.rust-lang.org/book/ch05-00-structs.html),

0 commit comments

Comments
 (0)