flycheck-rust

Homepage: https://github.com/flycheck/flycheck-rust

Author: Sebastian Wiesner

Updated:

Summary

Flycheck: Rust additions and Cargo support

Commentary

This Flycheck extension configures Flycheck automatically for the current
Cargo project.

# Setup

    (with-eval-after-load 'rust-mode
      (add-hook 'flycheck-mode-hook #'flycheck-rust-setup))

# Usage

Just use Flycheck as usual in your Rust/Cargo projects.

Dependencies