…
|
||
---|---|---|
.. | ||
img | ||
packages.el | ||
README.md |
Rust contribution layer for Spacemacs
Table of Contents
Description
This layer aims to support Rust development in Spacemacs.
For now only basic support for Cargo is provided.
Install
Layer
To use this layer, add it to your ~/.spacemacs
(setq-default dotspacemacs-configuration-layers '(rust))
Cargo
Cargo is a project management command line tool for Rust. Installation instructions can be found on the main page of Cargo.
Key bindings
Key Binding | Description
---------------------|------------------------------------------------------------ SPC m c c | compile project with Cargo SPC m c x | compile and execute project with Cargo SPC m t a | execute all tests with Cargo