|
245 | 245 | "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week8/light.pdf",
|
246 | 246 | "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week8/dark.html",
|
247 | 247 | "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week8/dark.pdf",
|
248 |
| - "hw_handout": "/hw/iterlab/iterlab.zip", |
249 |
| - "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", |
| 248 | + "hw_handout": "", |
| 249 | + "hw_writeup": "", |
250 | 250 | "hw_released": false,
|
251 | 251 | "details_released": true,
|
252 | 252 | "slides_released": true,
|
|
264 | 264 | { "title": "The `Deref` Trait", "sub": [] },
|
265 | 265 | { "title": "Deref Coercion", "sub": [] },
|
266 | 266 | { "title": "The `Drop` Trait and `std::mem::drop`", "sub": [] },
|
267 |
| - { "title": "Trait Objects", "sub": [ |
| 267 | + { "title": "Trait Objects", "sub": [ |
268 | 268 | { "title": "Dynamic dispatch with `dyn`", "sub": [] }
|
269 | 269 | ] },
|
270 | 270 | { "title": "Dynamically Sized Types", "sub": [] },
|
|
275 | 275 | "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week9/light.pdf",
|
276 | 276 | "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week9/dark.html",
|
277 | 277 | "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week9/dark.pdf",
|
278 |
| - "hw_handout": "/hw/iterlab/iterlab.zip", |
279 |
| - "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", |
| 278 | + "hw_handout": "", |
| 279 | + "hw_writeup": "", |
280 | 280 | "hw_released": false,
|
281 | 281 | "details_released": true,
|
282 | 282 | "slides_released": true,
|
|
317 | 317 | "hw_writeup": "/hw/iterlab/doc/iterlab/index.html",
|
318 | 318 | "hw_released": false,
|
319 | 319 | "details_released": true,
|
320 |
| - "slides_released": false, |
| 320 | + "slides_released": true, |
321 | 321 | "extras": []
|
322 | 322 | },
|
323 | 323 | {
|
|
332 | 332 | "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf",
|
333 | 333 | "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html",
|
334 | 334 | "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf",
|
335 |
| - "hw_handout": "/hw/iterlab/iterlab.zip", |
336 |
| - "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", |
337 |
| - "hw_released": true, |
| 335 | + "hw_released": false, |
338 | 336 | "details_released": true,
|
339 | 337 | "slides_released": true,
|
340 | 338 | "extras": []
|
|
0 commit comments