# rust-web-app **Repository Path**: Etrols/rust-web-app ## Basic Information - **Project Name**: rust-web-app - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-22 - **Last Updated**: 2026-05-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 启动监听热部署 cargo watch -q -c -w src/ -x run ### 启动测试监听 cargo watch -q -c -w tests/ -x "test -q quick_dev -- --nocapture"