Engineering is art, it has to be beautiful.
Install Rust toolchain:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Run tests:
cargo test
Git Hooks After cloning the repository, run the following command to set up git hooks:
./dev/install-git-hooks.sh
This will set up pre-commit hooks that check formatting, run clippy, and verify documentation.