gerust
« Back to VersTracker
Description:
Project generator for Rust backend projects
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: rust scaffold backend webdev cli
Install: brew install gerust
About:
Gerust is a command-line tool that scaffolds new Rust backend projects with a pre-configured, production-ready architecture. It eliminates boilerplate by setting up common crates, database connections, and project structure. This allows developers to focus immediately on business logic rather than project configuration.
Key Features:
  • Scaffolds a modular monolith architecture
  • Pre-configures database access and migrations
  • Sets up authentication and user management
  • Includes Docker configuration for development
Use Cases:
  • Starting a new Rust web service or API backend
  • Establishing a standardized project structure for a team
  • Prototyping backend ideas without manual setup
Alternatives:
  • cargo-generate – Gerust is opinionated for web backends, while cargo-generate is a generic template tool.
  • axum-template – Provides starter code snippets rather than a full project generator with CI and Docker setup.
Version History
Detected Version Rev Change Commit
Sep 12, 2025 9:11am 0 VERSION_BUMP 0ecb3821