GithubHelp home page GithubHelp logo

jjwest / rust-mode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rust-lang/rust-mode

0.0 0.0 0.0 577 KB

Emacs configuration for Rust

License: Apache License 2.0

Shell 0.84% Emacs Lisp 99.16%

rust-mode's Introduction

rust-mode: A major Emacs mode for editing Rust source code

rust-mode makes editing Rust code with Emacs enjoyable. rust-mode requires Emacs 24 or later.

Installation

Manual Installation

To install manually, check out this repository and add this to your .emacs file:

(add-to-list 'load-path "/path/to/rust-mode/")
(autoload 'rust-mode "rust-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.rs\\'" . rust-mode))

This associates rust-mode with .rs files. To enable it explicitly, do M-x rust-mode.

package.el installation via MELPA

It can be more convenient to use Emacs's package manager to handle installation for you if you use many elisp libraries. If you have package.el but haven't added MELPA, the community package source, yet, add this to ~/.emacs.d/init.el:

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "https://melpa.org/packages/") t)
(package-initialize)

Then do this to load the package listing:

  • M-x eval-buffer
  • M-x package-refresh-contents

MELPA stable

MELPA stable only updates when a new version tag is created. There isn't a specified frequency for this project to release versions; if you are a MELPA stable user and feel that the last release tag is too far out of date, open a pull request that updates the version header in rust-mode.el and note that a new version tag should be added when the request is merged. See Pull Request #178 (the first such pull request)) for an example of this.

Install rust-mode

One you have package.el, you can install rust-mode or any other modes by choosing them from a list:

  • M-x package-list-packages

Now, to install packages, move your cursor to them and press i. This will mark the packages for installation. When you're done with marking, press x, and ELPA will install the packages for you (under ~/.emacs.d/elpa/).

  • or using M-x package-install rust-mode

Package installation on Debian testing or unstable

apt install elpa-rust-mode

Tests via ERT

The file rust-mode-tests.el contains tests that can be run via ERT. You can use run_rust_emacs_tests.sh to run them in batch mode, if you set the environment variable EMACS to a program that runs emacs.

Features

Formatting with rustfmt

The rust-format-buffer function will format your code with rustfmt if installed. By default, this is bound to C-c C-f.

Placing (setq rust-format-on-save t) in your ~/.emacs will enable automatic running of rust-format-buffer when you save a buffer.

License

rust-mode is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-MIT and LICENSE-APACHE for details.

rust-mode's People

Contributors

aankhen avatar birkenfeld avatar bmastenbrook avatar bors avatar brotzeit avatar brson avatar djui avatar fmdkdd avatar froydnj avatar graydon avatar hotpxl avatar huonw avatar jjwest avatar kraai avatar lkuper avatar micahchalmer avatar mmilenko avatar mpenet avatar mrbliss avatar nikomatsakis avatar pnkfelix avatar pradeep90 avatar rufflewind avatar stebalien avatar swgillespie avatar swsnr avatar tomjakubowski avatar tromey avatar tspiteri avatar wilfred avatar

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.