rustfmt
Code formatter
A tool for formatting Rust code according to style guidelines.
Format Rust code
6k stars
47 watching
889 forks
Language: Rust
last commit: 17 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,182 |
rust-lang/rustlings | A collection of small exercises to help developers learn Rust programming language by reading and writing code. | 54,232 |
rust-lang/cargo | The Rust package manager responsible for downloading and compiling dependencies for Rust projects. | 12,800 |
rust-windowing/winit | A cross-platform window creation and management library written in Rust. | 4,862 |
rust-lang/rust-bindgen | Automates the process of creating Rust interfaces to C and C++ libraries. | 4,467 |
microsoft/windows-rs | Provides Rust language bindings and utilities to interact with the Windows operating system. | 10,460 |
dtolnay/cargo-expand | A command-line tool that shows the result of macro expansion and derive code generation in Rust projects | 2,682 |
its-the-shrimp/yew-fmt | Tools for formatting Yew web applications written in Rust. | 20 |
fmtlib/fmt | A formatting library providing a safe and fast alternative to C and C++ input/output functions | 20,794 |
rust-lang/rust-clippy | A collection of rules to help improve Rust code by detecting common mistakes and suggesting improvements. | 11,467 |
rust-lang/crates.io | A central registry and infrastructure for sharing Rust packages, written in Rust | 2,984 |
rust-lang/rust.vim | A Vim plugin that provides features and tools for Rust programming language support | 3,907 |
rusterlium/rustler | Provides a safe Rust bridge for interacting with Erlang VM | 4,370 |
nrc/r4cppp | A tutorial designed to help experienced C and C++ programmers quickly learn Rust programming. | 3,650 |
lukemathwalker/zero-to-production | Supplementary codebase for an API development book written in Rust | 5,839 |