#website #generator #actix #together #web-tool #mixed #project #scaffold #command-line-tool #server

app gumbo

Best of the best rust projects all mixed together into a website framework

20 releases

Uses new Rust 2024

0.1.22 May 10, 2025
0.1.21 May 7, 2025
0.1.17 Apr 17, 2025
0.1.16 Mar 22, 2025
0.1.1 May 21, 2024

#174 in HTTP server

42 downloads per month

BSD-3-Clause

195KB
4.5K SLoC

Gumbo

Best of the best rust projects all mixed together

Gumbo

Gumbo is a powerful and easy-to-use CLI tool designed to help you quickly interact with Welds-ORM, Scaffold websites, or Actix. It is built for each of these pieces individually or as a tool to work with them all together.

Installation

You can easily install Gumbo using Cargo, Rust's package manager. Simply run the following command:

cargo install gumbo

Basic Usage

Initialize a New Project

To create a new project, use the following command:

gumbo init projectname

Generate a Scaffold

To generate a scaffold for a new resource, use:

gumbo generate scaffold resource field1:type field2:type

Generate a Controller

To generate a controller with specific actions, use:

gumbo generate controller controllername action:method

Dependencies

~69MB
~1.5M SLoC