Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Better Rust/Cargo support for Flycheck

License

NotificationsYou must be signed in to change notification settings

flycheck/flycheck-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License GPL 3MELPAMELPA

flycheck-rust — Flycheck for Rust

CI

This Flycheck extension configures Flycheck automatically for the currentCargo project.

Setup

Install fromMELPA orMELPA Stable.

If you useEask:

(source'gnu)(source'melpa)(depends-on"flycheck-rust")

Then, in yourinit.el:

(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.flycheck-rust-setupwill callcargo to determine your project layout and set the variables neededby therust-cargo checker to properly check your buffer.

You may also want to have a look atflycheck/flycheck-inline,which works well with diagnostics emitted by Rust.

License

This program is free software: you can redistribute it and/or modify it underthe terms of the GNU General Public License as published by the Free SoftwareFoundation, either version 3 of the License, or (at your option) any laterversion.

This program is distributed in the hope that it will be useful, but WITHOUT ANYWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR APARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along withthis program. If not, seehttp://www.gnu.org/licenses/.

SeeCOPYING for details.

About

Better Rust/Cargo support for Flycheck

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp