Rusty Road is a framework written in Rust that is based on Ruby on Rails. It is designed to provide the familiar conventions and ease of use of Ruby on Rails, while also taking advantage of the performance and efficiency of Rust.
#Generators
Generators are helpers that generate files and directories based on user input.
##Usage
To use a generator, run the following command:
```bash
cargo run generate <generator_name>
```
##Generators
###Project