This extension is an assistant to enhance the quality of Rust code. Currently it supports unsafe prediction.
Vincent Xiao, Dimitris Gkoumas, Yijun Yu
- Predict
unsafeRust functions.- You can predict current file in open window
- You can predict all Rust files in open workspace
- Install
rust_herocrate from local repository:
cargo install --path .or from cartes.io:
cargo install rust_hero- Install
Node.jsand dependencies:
cd vscode
npm install
npm install -g vsce
vsce package- Install curs-*.vsix from vscode extension market. After the installation, you can invoke "curs" by right click and choose "curs / Predict function safety of this file".