|
143 | 143 | { "title": "Rust Book Chapter 8", "link": "https://doc.rust-lang.org/book/ch08-00-common-collections.html", "sub": []},
|
144 | 144 | { "title": "Rust Book Chapter 10.1", "link": "https://doc.rust-lang.org/book/ch10-01-syntax.html", "sub": []}
|
145 | 145 | ]
|
| 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 | + ] |
146 | 176 | }
|
147 | 177 | ]
|
148 | 178 | }
|
0 commit comments