spacemacs/layers/+lang/rust
2015-12-11 02:08:55 -05:00
..
img
config.el
funcs.el
packages.el Make flycheck/flyspell hooks more explicit 2015-12-11 02:08:55 -05:00
README.org Documentation update 2015-11-13 14:23:13 +01:00

Rust contribution layer for Spacemacs

/TakeV/spacemacs/media/commit/7eefe0df2fc9d36eeca1c5b2403aa102354381f8/layers/+lang/rust/img/rust.png

Description

This layer aims to support Rust development in Spacemacs.

It supports Cargo, and has some basic auto-completion support through Racer, though Racer needs some additional configurations as described on their page.

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 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