skov-example-projects/helloworld-rs/README.md
Simon From Jakobsen 567fff7e75 add readme stuff
2024-08-02 14:26:30 +00:00

168 B

helloworld-rs

cargo run
cargo build --release
./target/release/helloworld-rs

cargo install --path .

cargo install --path . --root /usr/local