rustfmt
Code formatter
A tool for formatting Rust code according to style guidelines.
Format Rust code
6k stars
48 watching
896 forks
Language: Rust
last commit: 6 days ago
Linked from 2 awesome lists
codeformatterformatterrustrustfmt
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/rustup | A tool that installs and manages multiple versions of the Rust compiler on different platforms. | 6,213 |
rust-lang/rustlings | A collection of small exercises to help developers learn Rust programming language by reading and writing code. | 55,016 |
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,892 |
rust-windowing/winit | A library that provides a low-level window creation and management system for building cross-platform GUI applications | 4,920 |
rust-lang/rust-bindgen | Automates the process of creating Rust interfaces to C and C++ libraries. | 4,531 |
microsoft/windows-rs | A library that provides Rust bindings for calling Windows APIs. | 10,797 |
dtolnay/cargo-expand | A command-line tool that shows the result of macro expansion and derive code generation in Rust projects | 2,718 |
its-the-shrimp/yew-fmt | Tools for formatting Yew web applications written in Rust. | 21 |
fmtlib/fmt | A formatting library providing a safe and fast alternative to C and C++ input/output functions | 20,980 |
rust-lang/rust-clippy | A collection of rules to help improve Rust code by detecting common mistakes and suggesting improvements. | 11,559 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 3,022 |
rust-lang/rust.vim | A Vim plugin that provides features and tools for Rust programming language support | 3,923 |
rusterlium/rustler | Provides a safe Rust bridge for interacting with Erlang VM | 4,389 |
nrc/r4cppp | A tutorial designed to help experienced C and C++ programmers quickly learn Rust programming. | 3,666 |
lukemathwalker/zero-to-production | Supplementary codebase for an API development book written in Rust | 5,874 |