Twoslash backend for Rust code, powered by `rust-analyzer`. Extracts type information, hover docs, and completions from Rust code.
```bash
cargo install rust-twoslash
```
Build the binary:
```bash
cargo build --release
```
Use `--release` for development. `rust-analyzer` is slow at indexing sysroot in debug builds.