awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jinxdash avatar

jinxdash/prettier-plugin-rust

0
View on GitHub↗
203 Stars·11 Forks·Rust·MIT·5 Aufrufe

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-Verlauf

Star-Verlauf für jinxdash/prettier-plugin-rustStar-Verlauf für jinxdash/prettier-plugin-rust

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Prettier Plugin Rust

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Prettier Plugin Rust.
  • rust-lang/rustfmtAvatar von rust-lang

    rust-lang/rustfmt

    6,747Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,747
  • astral-sh/ruffAvatar von astral-sh

    astral-sh/ruff

    48,177Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗48,177
  • dprint/dprintAvatar von dprint

    dprint/dprint

    3,795Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,795
  • bbatsov/rubocopAvatar von bbatsov

    bbatsov/rubocop

    12,879Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,879
Alle 30 Alternativen zu Prettier Plugin Rust anzeigen→

Häufig gestellte Fragen

Was macht jinxdash/prettier-plugin-rust?

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

Was sind die Hauptfunktionen von jinxdash/prettier-plugin-rust?

Die Hauptfunktionen von jinxdash/prettier-plugin-rust sind: Code Formatters, Code Formatting.

Welche Open-Source-Alternativen gibt es zu jinxdash/prettier-plugin-rust?

Open-Source-Alternativen zu jinxdash/prettier-plugin-rust sind unter anderem: 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…