Servust
Generate quick templates of rust backend servers
Introduction
Servust is a simple CLI tool to create a new project from a template, kind of like npx create-react-app but for rust frameworks project.
- Multi framework/library support
 - Bare minimum setup
 - Lightweight and fast CLI (~2mb binary size)
 - Takes few seconds to generate a project
 
Example
servust --framework actix --orm diesel --database postgres my-server

Project Status
- Heavily under development.
 - Supports only handful of frameworks and libraries (check Supported Frameworks/Libraries).
 - Currently no option to create server without ORM/Databases.