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:
(add-to-list 'load-path "/path/to/flymake-rust")
(require flymake-rust)Usage
Add the setup hook for rust-mode
(add-hook 'rust-mode-hook 'flymake-rust-setup)