Introduction
flymake-rust
adds support for the Rust
programming language to Emacs’ built-in Flymake system.
Installation
This package is not yet available on the various package sites
Direct download
Download this repository to some location, then add the following to your Emacs initialization:
'load-path "/path/to/flymake-rust")
(add-to-list require flymake-rust) (
Usage
Add the setup hook for rust-mode
'rust-mode-hook 'flymake-rust-setup) (add-hook