summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-07-17 11:40:45 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-07-17 11:40:45 +0200
commit992781fb50c0c93383cbcdd417b5cb5e97d839d9 (patch)
treea89d1fadb37fc94644b0f264820c090de8eecad0
parent33d46e3a6237bdac980340afd9c3ea84e3f1e7ae (diff)
Add talks
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--content/computer/programming/programming_languages/rust/_index.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/content/computer/programming/programming_languages/rust/_index.md b/content/computer/programming/programming_languages/rust/_index.md
index 3f38fe4..96215dc 100644
--- a/content/computer/programming/programming_languages/rust/_index.md
+++ b/content/computer/programming/programming_languages/rust/_index.md
@@ -35,6 +35,15 @@ sort_by = 'weight'
* [WebAssembly Book](https://rustwasm.github.io/docs/book/) - Building browser-native libraries with WebAssembly
+## Talks
+
+Of course I cannot list all talks on Rust here, so only really interesting/good
+ones are listed here.
+
+* [Things I Learned (TIL) - Nicholas Matsakis - PLISS 2019](https://www.youtube.com/watch?v=LIYkT3p5gTs)
+* [Responsive Compilers - Nicholas Matsakis - PLISS 2019](https://www.youtube.com/watch?v=N6b44kMS6OM)
+
+
# Libraries
* [clap](https://clap.rs) - State of the art commandline interface building and parsing