Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 329 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 329 Bytes

Some rust

Rust language basics.

Check the command line help to see the full list of demos and params to call them.

Build and run

  • Build
cargo build --release    
  • Run help
./target/release/SomeRust help
  • Run
./target/release/SomeRust <arg1> <arg2>

Arg2 is required in specific examples only