rust template
- Nix 99.2%
- Rust 0.8%
|
|
||
|---|---|---|
| .forgejo | ||
| .github | ||
| .vscode | ||
| .zed | ||
| .envrc.project | ||
| .gitignore | ||
| AGENTS.md | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| main.rs | ||
| README.md | ||
| treefmt.toml | ||
rust template
template for starting rust projects
part of spotdemo4/templates
requirements
getting started
nix develop
run
nix run #dev
format
nix fmt
check
nix flake check
build
nix build
release
bumper
releases are created automatically for significant changes
use
cargo
cargo install rust-template \
--index sparse+https://trev.zip/api/packages/template/cargo/
docker
docker run trev.zip/template/rust:latest
nix
nix run git+https://trev.zip/template/rust.git