linux:rust

This is an old revision of the document!


Rust cheatlist

  • cargo build: Build program without optimizations. Output is stored in ./target/debug.
  • cargo build –release: Build program with runtime optimizations. Output is stored in ./target/release.
  • linux/rust.1612088446.txt.gz
  • Last modified: 2021/01/31 11:20
  • by kurt.smolderen@empuly.net