{"id":13438029,"url":"https://github.com/flycheck/flycheck-rust","last_synced_at":"2025-03-12T06:26:33.772Z","repository":{"id":19676281,"uuid":"22930091","full_name":"flycheck/flycheck-rust","owner":"flycheck","description":"Better Rust/Cargo support for Flycheck","archived":false,"fork":false,"pushed_at":"2025-02-24T09:52:31.000Z","size":77,"stargazers_count":123,"open_issues_count":3,"forks_count":19,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-24T10:38:26.327Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flycheck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["flycheck","jcs090218"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2014-08-13T20:23:39.000Z","updated_at":"2025-02-24T09:52:35.000Z","dependencies_parsed_at":"2024-05-08T04:25:29.257Z","dependency_job_id":"6aa50d5a-69aa-4361-b104-cadbb1663a30","html_url":"https://github.com/flycheck/flycheck-rust","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flycheck%2Fflycheck-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flycheck","download_url":"https://codeload.github.com/flycheck/flycheck-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243168382,"owners_count":20247327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:02.345Z","updated_at":"2025-03-12T06:26:33.745Z","avatar_url":"https://github.com/flycheck.png","language":"Emacs Lisp","readme":"[![License GPL 3][badge-license]][copying]\n[![MELPA][MELPA-badge]][MELPA-link]\n[![MELPA][MELPA-Stable-badge]][MELPA-Stable-link]\n\n# flycheck-rust — Flycheck for Rust\n\n[![CI](https://github.com/flycheck/flycheck-rust/actions/workflows/test.yml/badge.svg)](https://github.com/flycheck/flycheck-rust/actions/workflows/test.yml)\n\nThis Flycheck extension configures Flycheck automatically for the current\nCargo project.\n\n## Setup\n\nInstall from [MELPA][] or [MELPA Stable][].\n\nIf you use [`Eask`][Eask]:\n\n```emacs-lisp\n(source 'gnu)\n(source 'melpa)\n\n(depends-on \"flycheck-rust\")\n```\n\nThen, in your `init.el`:\n\n```emacs-lisp\n(with-eval-after-load 'rust-mode\n  (add-hook 'flycheck-mode-hook #'flycheck-rust-setup))\n```\n\n## Usage\n\nJust use Flycheck as usual in your Rust/Cargo projects.  `flycheck-rust-setup`\nwill call `cargo` to determine your project layout and set the variables needed\nby the `rust-cargo` checker to properly check your buffer.\n\nYou may also want to have a look at [flycheck/flycheck-inline][flycheck-inline],\nwhich works well with diagnostics emitted by Rust.\n\n## License\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU General Public License as published by the Free Software\nFoundation, either version 3 of the License, or (at your option) any later\nversion.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE.  See the GNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License along with\nthis program.  If not, see http://www.gnu.org/licenses/.\n\nSee [`COPYING`][copying] for details.\n\n\n\u003c!-- Links --\u003e\n\n[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg?dummy\n[COPYING]: https://github.com/flycheck/flycheck-rust/blob/master/COPYING\n[Flycheck]: https://github.com/flycheck/flycheck\n[Cask]: https://github.com/cask/cask\n[Eask]: https://github.com/emacs-eask/cli\n[MELPA]: http://melpa.milkbox.net\n[MELPA Stable]: http://melpa-stable.milkbox.net\n[MELPA-badge]: http://melpa.org/packages/flycheck-rust-badge.svg\n[MELPA-link]: http://melpa.org/#/flycheck-rust\n[MELPA-Stable-badge]: https://stable.melpa.org/packages/flycheck-rust-badge.svg\n[MELPA-Stable-link]: https://stable.melpa.org/#/flycheck-rust\n[flycheck-inline]: https://github.com/flycheck/flycheck-inline\n[travis-badge]: https://travis-ci.org/flycheck/flycheck-rust.svg?branch=master\n[travis-url]: https://travis-ci.org/flycheck/flycheck-rust\n","funding_links":["https://github.com/sponsors/flycheck","https://github.com/sponsors/jcs090218"],"categories":["Development tools","开发工具 Development tools","开发工具"],"sub_categories":["IDEs","编译器 IDEs","集成开发环境(IDE)","编辑器 IDEs"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflycheck%2Fflycheck-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflycheck%2Fflycheck-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflycheck%2Fflycheck-rust/lists"}