This website works better with JavaScript.
Home
Explore
Help
Sign In
kashiro
/
rust-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
161 KiB
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
rust-template
/
rust-toolchain.toml
rust-toolchain.toml
66 B
Raw
Permalink
Normal View
History
Initial Axum + Vue fullstack template. Workspace starter for RustRover: Axum, sqlx, PostgreSQL, Vue 3, TypeScript, Tailwind, shared TOML config, request logging, and OpenAPI-generated frontend client.
1 week ago
1
2
3
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]