Re: [PATCH 15/17] scripts: add `generate_rust_analyzer.py`

From: Willy Tarreau
Date: Mon Jul 05 2021 - 01:05:41 EST


On Sun, Jul 04, 2021 at 10:27:54PM +0200, ojeda@xxxxxxxxxx wrote:
> From: Miguel Ojeda <ojeda@xxxxxxxxxx>
>
> The `generate_rust_analyzer.py` script generates the configuration
> file (`rust-project.json`) for rust-analyzer.
>
> rust-analyzer is a modular compiler frontend for the Rust language.
> It provides an LSP server which can be used in editors such as
> VS Code, Emacs or Vim.

You should probably add some doc about this, as I have no idea how
I'm supposed to use this from my editor.

Willy