Is rustfmt abandoned? Will it ever format `let ... else` syntax?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. prettier-plugin-rust

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

    Prettier Rust supports it! https://github.com/jinxdash/prettier-plugin-rust

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. rustfmt

    Format Rust code

    I’m not sure they are? I don’t mean this to criticize anybody on the project — I’m sure they have other things going on — but there are a whole bunch of open PRs without even a single comment.

  4. rfcs

    RFCs for changes to Rust

    Backwards compatibility. Many of us want to enforce styling in CI and that means it can't change, see https://github.com/rust-lang/rfcs/pull/3338

  5. darker

    Apply black reformatting to Python files only in regions changed since a given commit. For a practical usage example, see the blog post at https://dev.to/akaihola/improving-python-code-incrementally-3f7a

    For Python, Darker does that by applying Black only to changed areas of the code. Maybe the same approach could be used for rustfmt by creating a separate tool?

  6. Cargo

    The Rust package manager

    Instead, what I'm talking about is that there is a (generally large) cost to contributions that maintainers have to pay. Rarely is a contribution merge-ready on the first pass. Instead, a maintainer has to work with the person to get it ready. The amount this is needed varies according to the needs of a project. People generally underestimate the complexity of a project their are contributing to. Take cargo build --dependencies-only which people want for docker caching. Frequently people bump the thread, thinking its trivial, saying how to resolve it, and are annoyed that it isn't solved. Thankfully one person stepped back and looked at the bigger picture, realized what the maintainers were trying to say, and wrote up a great report on what the challenge is. Similar for XDG support. Each iteration for each PR is also represents a context switch for the maintainer. Keeping up on all of this across all of their projects, especially when its spare time, means they also need to come back up to speed on this each time.

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What I learned from contributing to Rust's linter

    3 projects | /r/rust | 27 Feb 2023
  • Announcing Rust 1.64.0

    9 projects | /r/rust | 22 Sep 2022
  • Dare to ask for more #rust2024

    5 projects | /r/rust | 9 Feb 2022
  • Rust 1.85.0 and Rust 2024

    1 project | news.ycombinator.com | 21 Feb 2025
  • GitUI

    5 projects | news.ycombinator.com | 7 Jan 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?