On Fri, Aug 05, 2022 at 05:42:03PM +0200, Miguel Ojeda wrote: > 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. > > Co-developed-by: Alex Gaynor <alex.gaynor@xxxxxxxxx> > Signed-off-by: Alex Gaynor <alex.gaynor@xxxxxxxxx> Reviewed-by: Kees Cook <keescook@xxxxxxxxxxxx> -- Kees Cook