Merge pull request #145 from nikomatsakis/salsa-videos

add links to the videos
This commit is contained in:
Niko Matsakis 2019-01-29 15:17:46 -05:00 committed by GitHub
commit d9098e30cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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