spanskiblog/content/posts/rust.md

292 B

+++ date="2022-11-30" author="spanskiduh" title="rust" description="click to read about rust" +++

RUST

Basic cli tools

  • cargo init ~ create new rust project
  • cargo run ~ build & run
  • cargo build ~ just build
  • cargo build --release ~ minimal release version (optimized)