|
475 | 475 | ] |
476 | 476 | }, |
477 | 477 | { |
478 | | - "title": "Rust Ecosystem", |
479 | | - "agenda": [{ "title": "TBD" }], |
480 | | - "slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week13/parallelism-light.html", |
481 | | - "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week13/parallelism-light.pdf", |
482 | | - "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week13/parallelism-dark.html", |
483 | | - "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week13/parallelism-dark.pdf", |
| 478 | + "title": "The Rust Ecosystem", |
| 479 | + "agenda": [ |
| 480 | + { |
| 481 | + "title": "The Rust Toolchain", |
| 482 | + "sub": [ |
| 483 | + { "title": "`rustup`" }, |
| 484 | + { "title": "`clippy`" }, |
| 485 | + { "title": "`rustfmt`" } |
| 486 | + ] |
| 487 | + }, |
| 488 | + { |
| 489 | + "title": "Performance and Analysis", |
| 490 | + "sub": [ |
| 491 | + { "title": "Criterion" }, |
| 492 | + { "title": "Flamegraphs" } |
| 493 | + ] |
| 494 | + }, |
| 495 | + { |
| 496 | + "title": "Reading Documentation", |
| 497 | + "sub": [ |
| 498 | + { "title": "`rand`" }, |
| 499 | + { "title": "`time` vs `chrono`" }, |
| 500 | + { "title": "`anyhow` vs `thiserror`" } |
| 501 | + ] |
| 502 | + } |
| 503 | + ], |
| 504 | + "slides_light_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week13/ecosystem-light.html", |
| 505 | + "slides_light_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week13/ecosystem-light.pdf", |
| 506 | + "slides_dark_html": "http://htmlpreview.github.io/?https://github.com/rust-stuco/lectures/blob/main/week13/ecosystem-dark.html", |
| 507 | + "slides_dark_pdf": "https://raw.githubusercontent.com/rust-stuco/lectures/main/week13/ecosystem-dark.pdf", |
484 | 508 | "hw_handout": "", |
485 | 509 | "hw_writeup": "", |
486 | 510 | "hw_released": false, |
487 | | - "details_released": false, |
488 | | - "slides_released": false, |
| 511 | + "details_released": true, |
| 512 | + "slides_released": true, |
489 | 513 | "extras": [ |
490 | 514 | { |
491 | | - "title": "Something", |
492 | | - "link": "somelink" |
| 515 | + "title": "The rustup book", |
| 516 | + "link": "https://rust-lang.github.io/rustup/index.html" |
| 517 | + }, |
| 518 | + { |
| 519 | + "title": "Criterion.rs Documentation", |
| 520 | + "link": "https://bheisler.github.io/criterion.rs/book/" |
| 521 | + }, |
| 522 | + { |
| 523 | + "title": "Curated Rust Ecosystem Crates", |
| 524 | + "link": "https://blessed.rs/crates" |
493 | 525 | } |
494 | 526 | ] |
495 | 527 | }, |
|
0 commit comments