Skip to content

Commit 39a518f

Browse files
committed
update site for ecosystem lecture
1 parent cecb236 commit 39a518f

File tree

1 file changed

+42
-10
lines changed

1 file changed

+42
-10
lines changed

_data/site.json

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -475,21 +475,53 @@
475475
]
476476
},
477477
{
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",
484508
"hw_handout": "",
485509
"hw_writeup": "",
486510
"hw_released": false,
487-
"details_released": false,
488-
"slides_released": false,
511+
"details_released": true,
512+
"slides_released": true,
489513
"extras": [
490514
{
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"
493525
}
494526
]
495527
},

0 commit comments

Comments
 (0)