# Rust

## Topics

* [Asynchronous Programming](https://wiki.dewaka.com/programming-languages/rust/async)

## Tips

* Formatting on save in Vim - set, `let g:rustfmt_autosave = 1` in `vimrc` after

  installing [rust.vim](https://github.com/rust-lang/rust.vim) plugin.

## Performance

* This is a really nice post by Bryan Cantrill -&#x20;

  [The Observation Deck » The relative performance of C and Rust](http://dtrace.org/blogs/bmc/2018/09/28/the-relative-performance-of-c-and-rust/).

## Papers

* [Papers Rust is borrows heavily from](https://doc.rust-lang.org/1.2.0/book/academic-research.html)

## Live Coders

* [Jon Gjengset](https://www.youtube.com/channel/UC_iD0xppBwwsrM9DegC5cQQ)
* [Yoshua Wuyts](https://www.youtube.com/user/yoshomg)
