|
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, |
|
313 | 313 | "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/light.pdf", |
314 | 314 | "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week11/dark.html", |
315 | 315 | "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week11/dark.pdf", |
316 | | - "hw_handout": "/hw/iterlab/iterlab.zip", |
317 | | - "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", |
| 316 | + "hw_handout": "", |
| 317 | + "hw_writeup": "", |
318 | 318 | "hw_released": false, |
319 | 319 | "details_released": true, |
320 | 320 | "slides_released": true, |
|
328 | 328 | { "title": "Raw Pointers", "sub": [] }, |
329 | 329 | { "title": "FFI", "sub": [] } |
330 | 330 | ], |
331 | | - "slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/light.html", |
332 | | - "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/light.pdf", |
333 | | - "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week10/dark.html", |
334 | | - "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week10/dark.pdf", |
335 | | - "hw_handout": "/hw/iterlab/iterlab.zip", |
336 | | - "hw_writeup": "/hw/iterlab/doc/iterlab/index.html", |
| 331 | + "slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/light.html", |
| 332 | + "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/light.pdf", |
| 333 | + "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week12/dark.html", |
| 334 | + "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week12/dark.pdf", |
| 335 | + "hw_handout": "", |
| 336 | + "hw_writeup": "", |
337 | 337 | "hw_released": false, |
338 | 338 | "details_released": true, |
339 | 339 | "slides_released": false, |
|
0 commit comments