|
215 | 215 | "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week5/errors_traits-dark.html", |
216 | 216 | "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week5/errors_traits-dark.pdf", |
217 | 217 | "hw_handout": "/hw/pokerlab/pokerlab.zip", |
218 | | - "hw_writeup": "/hw/pokerlab/doc/pokerlab/index.html", |
| 218 | + "hw_writeup": "/hw/pokerlab/doc/pokerlab/index.html", |
219 | 219 | "hw_released": true, |
220 | 220 | "details_released": true, |
221 | 221 | "slides_released": true, |
|
270 | 270 | ] |
271 | 271 | }, |
272 | 272 | { |
273 | | - "title": "Crates, Closures, and Iterators", |
| 273 | + "title": "Closures and Iterators", |
274 | 274 | "agenda": [ |
| 275 | + { "title": "Closures", "sub": [{ "title": "Fn Traits" }] }, |
| 276 | + { |
| 277 | + "title": "Iterators", |
| 278 | + "sub": [{ "title": "Loops vs. Iterators" }] |
| 279 | + }, |
275 | 280 | { |
276 | 281 | "title": "Crate Highlights", |
277 | 282 | "sub": [ |
|
280 | 285 | { "title": "`anyhow`" }, |
281 | 286 | { "title": "`flamegraph`" } |
282 | 287 | ] |
283 | | - }, |
284 | | - { "title": "Closures", "sub": [{ "title": "Fn Traits" }] }, |
285 | | - { |
286 | | - "title": "Iterators", |
287 | | - "sub": [{ "title": "Loops vs. Iterators" }] |
288 | 288 | } |
289 | 289 | ], |
290 | 290 | "slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week7/closures_iterators-light.html", |
|
305 | 305 | "title": "Rust Book Chapter 14", |
306 | 306 | "link": "https://doc.rust-lang.org/book/ch14-00-more-about-cargo.html" |
307 | 307 | }, |
308 | | - { |
309 | | - "title": "Crust of Rust: Iterators (livestream)", |
310 | | - "link": "https://www.youtube.com/watch?v=yozQ9C69pNs" |
311 | | - }, |
312 | 308 | { |
313 | 309 | "title": "Crust of Rust: Functions, Closures, and Their Traits (livestream)", |
314 | 310 | "link": "https://www.youtube.com/watch?v=dHkzSZnYXmk" |
| 311 | + }, |
| 312 | + { |
| 313 | + "title": "Crust of Rust: Iterators (livestream)", |
| 314 | + "link": "https://www.youtube.com/watch?v=yozQ9C69pNs" |
315 | 315 | } |
316 | 316 | ] |
317 | 317 | }, |
|
0 commit comments