Skip to content

Commit ee7b045

Browse files
committed
Sched updates w5
1 parent bd5b87d commit ee7b045

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

_data/site.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,36 @@
143143
{ "title": "Rust Book Chapter 8", "link": "https://doc.rust-lang.org/book/ch08-00-common-collections.html", "sub": []},
144144
{ "title": "Rust Book Chapter 10.1", "link": "https://doc.rust-lang.org/book/ch10-01-syntax.html", "sub": []}
145145
]
146+
},
147+
{
148+
"title": "Error Handling and Traits",
149+
"agenda": [
150+
{ "title": "Type Aliases", "sub": []},
151+
{ "title": "Const Generics", "sub": []},
152+
{ "title": "Error Handling", "sub": [
153+
{ "title": "panic!", "sub": [] },
154+
{ "title": "Result<V,E>", "sub": [] }
155+
]},
156+
{ "title": "The Never Type", "sub": []},
157+
{ "title": "Traits", "sub": [
158+
{ "title": "Intro to Traits", "sub": [] },
159+
{ "title": "Derivable Traits", "sub": [] },
160+
{ "title": "Trait Bounds", "sub": [] }
161+
]}
162+
],
163+
"slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week5/light.html",
164+
"slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week5/light.pdf",
165+
"slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week5/dark.html",
166+
"slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week5/dark.pdf",
167+
"hw_handout": "/hw/summarylab/summarylab.zip",
168+
"hw_writeup": "/hw/summarylab/doc/summarylab/index.html",
169+
"hw_released": true,
170+
"details_released": true,
171+
"slides_released": true,
172+
"extras": [
173+
{ "title": "Rust Book Chapter 10.1", "link": "https://doc.rust-lang.org/book/ch10-01-syntax.html", "sub": []},
174+
{ "title": "Rust Book Chapter 10.2", "link": "https://doc.rust-lang.org/book/ch10-02-traits.html", "sub": []}
175+
]
146176
}
147177
]
148178
}

0 commit comments

Comments
 (0)