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: content/lessons/03_data_types/index.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
+++
2
2
title = "Data Types"
3
-
date = 2029-01-01
3
+
date = 2025-10-15
4
4
weight = 1
5
5
[extra]
6
-
lesson_date = 2029-01-01
6
+
lesson_date = 2025-10-16
7
7
+++
8
8
9
9
## Aggregating data
@@ -124,6 +124,18 @@ So how do we handle situations which can fail? That's where the `Result` type co
124
124
-[Documentation](https://doc.rust-lang.org/std/path/struct.Path.html) of filesystem path handling from the standard library,
125
125
-[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.
0 commit comments