rusty-formatter

Crates.iorusty-formatter
lib.rsrusty-formatter
version0.1.7
created_at2025-01-14 17:41:20.309449+00
updated_at2025-01-14 18:28:46.68641+00
descriptionThis is the offical Rusty: Rust Formatter, Cargo Package.
homepagehttps://s42.site
repositoryhttps://github.com/S42yt/rusty-cargo.git
max_upload_size
id1516390
size9,643
Musa (S42yt)

documentation

README

Rusty

Rusty Code Formatter is a tool that formats your Rust code using rustfmt. Enhance your Rust development workflow with easy formatting commands and customizable settings.

Features

  • Format Rust Files: Automatically format your Rust code to adhere to standard styling.
  • Command Line Access: Trigger formatting via simple commands or using customizable scripts.
  • Customizable Settings: Configure the path to rustfmt and pass additional arguments as needed.

Installation

From Cargo

  1. Ensure you have Rust and Cargo installed. If not, install them via rustup.

  2. Open your terminal.

  3. Run the following command to install Rusty Code Formatter:

    cargo install rusty-formatter
    
  4. Once installed, you can use rusty to format your Rust files directly from the command line.

Commit count: 0

cargo fmt