# Rust

## Topics

* [Asynchronous Programming](/programming-languages/rust/async.md)

## 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.dewaka.com/programming-languages/rust.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
