Git Product home page Git Product logo

rustrls's Introduction

Rust contribution layer for Spacemacs

img/rust.png

Table of Contents

Description

This layer supports Rust development in Spacemacs.

It has auto-completion and navigation support through Racer and supports Cargo.

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.

Racer

You must install Racer to use this. Make sure the racer binary is available in your PATH and to set the environment variable RUST_SRC_PATH, as described in the installation instructions.

To enable auto-completion, ensure that the auto-completion layer is enabled.

Cargo

Cargo is a project management command line tool for Rust. Installation instructions can be found on the main page of Cargo.

Rustfmt

Format Rust code according to style guidelines using rustfmt.

cargo install rustfmt

To enable automatic buffer formatting on save, set the variable rust-format-on-save to t.

Key bindings

Key BindingDescription
SPC m =reformat the buffer
SPC m c .repeat the last Cargo command
SPC m c Cremove build artifacts with Cargo
SPC m c Xexecute a project example with Cargo
SPC m c ccompile project with Cargo
SPC m c dgenerate documentation with Cargo
SPC m c erun benchmarks with Cargo
SPC m c frun the current test with Cargo
SPC m c icreate a new project with Cargo (init)
SPC m c ncreate a new project with Cargo (new)
SPC m c orun all tests in current file with Cargo
SPC m c ssearch for packages on crates.io with Cargo
SPC m c uupdate dependencies with Cargo
SPC m c xexecute a project with Cargo
SPC m g gjump to definition
SPC m h hdescribe symbol at point
SPC m trun tests with Cargo

rustrls's People

Contributors

maikklein avatar

Stargazers

Bastian Köcher avatar

Watchers

James Cloos avatar

Forkers

bkchr

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.