.. | ||
img | ||
config.el | ||
funcs.el | ||
packages.el | ||
README.org |
Rust contribution layer for Spacemacs
Description
Install
Layer
To use this configuration layer, add it to your ~/.spacemacs
. You will need to
add rust
to the existing dotspacemacs-configuration-layers
list in this
file.
Cargo
Key bindings
Key Binding | Description |
---|---|
SPC m c c |
compile project with Cargo |
SPC m c t |
run tests with Cargo |
SPC m c d |
generate documentation with Cargo |
SPC m c x |
execute the project with Cargo |
SPC m c C |
remove build artifacts with Cargo |
SPC m g g |
go jump to definition |