Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 460 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 460 Bytes

Development Setup

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

(Optional) Setup

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.