awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jinxdash avatar

jinxdash/prettier-plugin-rust

0
View on GitHub↗
203 星标·11 分支·Rust·MIT·5 次浏览

Prettier Plugin Rust

Prettier Rust is an opinionated code formatter that autocorrects bad syntax.

Features

  • Code Formatters - Prettier plugin for formatting Rust code.
  • Code Formatting - Opinionated code formatter integrated with the Prettier ecosystem.

Star 历史

jinxdash/prettier-plugin-rust 的 Star 历史图表jinxdash/prettier-plugin-rust 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Prettier Plugin Rust 的开源替代方案

相似的开源项目,按与 Prettier Plugin Rust 的功能重合度排序。
  • rust-lang/rustfmtrust-lang 的头像

    rust-lang/rustfmt

    6,747在 GitHub 上查看↗

    rustfmt is a Rust code formatter that operates as a Cargo subcommand, applying consistent formatting to Rust source files according to official style guidelines. It parses source code into a syntax tree, applies formatting rules to tree nodes, and pretty-prints the result back to text, with support for TOML-driven configuration that allows per-project style customization. The formatter is edition-aware, automatically selecting formatting rules based on the Rust edition specified in the project, and supports a style edition override that decouples formatting rules from the Rust edition used fo

    Rustcodeformatterformatterrust
    在 GitHub 上查看↗6,747
  • astral-sh/ruffastral-sh 的头像

    astral-sh/ruff

    48,177在 GitHub 上查看↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Rustlinterpep8python
    在 GitHub 上查看↗48,177
  • dprint/dprintdprint 的头像

    dprint/dprint

    3,795在 GitHub 上查看↗

    dprint is a multi-language code formatter that applies consistent styling across various programming languages using a pluggable architecture. It functions as a unified project style management tool, a command-line interface for continuous integration style enforcement, and a Language Server Protocol implementation for real-time formatting in editors. The project is distinguished by a WebAssembly-based plugin system that loads sandboxed formatting logic from URLs or file paths. It further extends its capabilities through a process-based tool integration that wraps external command-line interf

    Rustformatter
    在 GitHub 上查看↗3,795
  • bbatsov/rubocopbbatsov 的头像

    bbatsov/rubocop

    12,879在 GitHub 上查看↗

    RuboCop is a static code analyzer and linter for Ruby. It functions as a static analysis tool designed to detect potential bugs, identify style violations, and improve overall code quality in Ruby projects. The project provides an automated code formatter that rewrites source code to align with established community standards. It also implements a language server protocol to surface linting and formatting errors directly within text editors. Its capabilities cover automated code linting and the analysis of Ruby code style to ensure consistency across a project. These functions are driven by

    Ruby
    在 GitHub 上查看↗12,879
查看 Prettier Plugin Rust 的所有 30 个替代方案→

常见问题解答

jinxdash/prettier-plugin-rust 是做什么的?

Prettier Rust is an opinionated code formatter that autocorrects bad syntax.

jinxdash/prettier-plugin-rust 的主要功能有哪些?

jinxdash/prettier-plugin-rust 的主要功能包括:Code Formatters, Code Formatting。

jinxdash/prettier-plugin-rust 有哪些开源替代品?

jinxdash/prettier-plugin-rust 的开源替代品包括: astral-sh/ruff — Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions… rust-lang/rustfmt — rustfmt is a Rust code formatter that operates as a Cargo subcommand, applying consistent formatting to Rust source… dprint/dprint — dprint is a multi-language code formatter that applies consistent styling across various programming languages using a… google/vim-codefmt — Vim-codefmt is a plugin for the Vim text editor that automates source code formatting by integrating external… ambv/black — Black is a deterministic Python code formatter and style guide enforcer. It automatically reformats source code and… bbatsov/rubocop — RuboCop is a static code analyzer and linter for Ruby. It functions as a static analysis tool designed to detect…