# Rustlay 🦀 Rustlay is a command-line tool that streamlines the process of generating boilerplate code for your Rust projects. It helps you quickly scaffold common features, letting you focus on the unique aspects of your application. ## Installation Rustlay requires the Rust toolchain to be installed on your system. If you don't have Rust, you can get it from [https://www.rust-lang.org/](https://www.rust-lang.org/). Once you have Rust installed, you can install Rustlay via Cargo: ```bash cargo install rustlay ``` ## Usage To use, run the command: ```bash rustlay generate ```