This is a Rust project, so rustup is the best place to start.
This is a pure rust project, so only cargo is needed.
cargo checkto analyze the current package and report errors.cargo buildto compile the current package.cargo clippyto catch common mistakes and improve code.cargo testto run unit tests.cargo benchto run benchmark tests.