spacemacs/contrib/!lang/rust
2015-06-11 21:31:42 -04:00
..
img
packages.el rust layer: fix flycheck setup 2015-06-02 23:18:31 -04:00
README.org Org conversion of all READMEs ! 2015-06-11 21:31:42 -04:00

Rust contribution layer for Spacemacs

/TakeV/spacemacs/media/commit/460ce540063bebed729887c4db3dc734161e8885/contrib/!lang/rust/img/rust.png

Table of Contents   TOC@4

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