From 57174e2c63d8aeb0dc95ddb0647533b8274119b4 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Tue, 29 Jan 2019 15:16:20 -0500 Subject: [PATCH] add links to the videos --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e8c66c7..bceddf5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,16 @@ To see an example of this in action, check out [the `hello_world` example](examples/hello_world/main.rs), which has a number of comments explaining how things work. -Salsa requires at least Rust 1.30 (beta at the time of writing). +## Videos about Salsa + +There are also two videos explaining how Salsa works: + +- [How Salsa Works](https://youtu.be/_muY4HjSqVw), which gives a + high-level introduction to the key concepts involved and shows how + to use salsa; +- [Salsa In More Depth](https://www.youtube.com/watch?v=i_IhACacPRY), + which really digs into the incremental algorithm and explains -- at + a high-level -- how Salsa is implemented. ## Getting in touch