A minimal rust template with a code style configuration
Go to file Use this template
usagi-flow 93d6d7faf3
Add LICENSE
2024-04-24 21:06:40 +02:00
src Initial commit 2023-09-17 21:14:57 +02:00
.editorconfig Initial commit 2023-09-17 21:14:57 +02:00
.gitignore Initial commit 2023-09-17 21:14:57 +02:00
Cargo.lock Correct placeholder name 2024-04-24 20:57:01 +02:00
Cargo.toml Correct placeholder name 2024-04-24 20:57:01 +02:00
LICENSE Add LICENSE 2024-04-24 21:06:40 +02:00
README.md Add README.md 2023-12-18 17:55:27 +01:00
rustfmt.toml Initial commit 2023-09-17 21:14:57 +02:00

README.md

Minimal Rust project template

Prepare template in a directory named "rust-template":

curl https://git.disroot.org/nehu/rust-template/archive/main.tar.gz

Prepare template in the current directory:

curl https://git.disroot.org/nehu/rust-template/archive/main.tar.gz | tar -xvz --strip-components=1