Make sure to install Rust and Node.js.
- Go to the
cox2mfolder. - Run
npm i. - For instance you can run
node getAllTrackerCountsByState.js.
In this case we are not using Cargo, so we'll use rustc.
-
Go to the
rustfolder. -
You can run:
rustc hello_world.rs.\hello_world.exeor./hello_world
or
rustc struct_example.rs.\struct_example.exeor./struct_example