Closed
Description
Keeping consistent code formatting across Rust projects is a great thing that simplifies learning new projects and getting familiar with its codebase. rustfmt
is a standard tool that tries to achieve it. It would be really great if Rust developers use rustfmt
for the core projects like libc
.