A template for easy-install small Rust programs
Press the green button saying "Use this template".
Just execute the command bellow and you are ready to go:
wget -qO- https://raw.githubusercontent.com/TiagoCavalcante/rust-template/main/scripts/install.sh | bashBuilding it yourself is very easy:
git clone https://github.com/TiagoCavalcante/rust-template
cargo build --release
./target/release/rust-template
Hello, world!