90f80c8ad1
- Use compile instead of shell for cargo. This allow Emacs to parse the output, including all the errors :) - Added support for Racer (it works for me at least... hopefully for others too) Signed-off-by: JP-Ellis <coujellis@gmail.com>
1.3 KiB
1.3 KiB
Rust contribution layer for Spacemacs
Table of Contents TOC@4
Description
Install
Key bindings
Key Binding | Description |
---|---|
SPC m c c |
compile project with Cargo |
SPC m c C |
execute the project with Cargo |
SPC m c t |
run tests with Cargo |
SPC m c d |
generate documentation with Cargo |