rust-template (0.7.2)
Installation
[registries.forgejo]
index = "sparse+ " # Sparse index
# index = " " # Git
[net]
git-fetch-with-cli = truecargo add rust-template@0.7.2 --registry forgejoAbout this package
template for rust
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/llc/rust:latest
nix
nix run git+https://trev.zip/template/rust.git