summaryrefslogtreecommitdiffstats
path: root/content/computer/programming/programming_languages/rust/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/computer/programming/programming_languages/rust/_index.md')
-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