Developers
Setup
- Clone the repository.
- Install Rust.
- Install the Rust package with:
cargo install .
- Start development with:
cargo run
- Or build Raspirus with:
cargo build
Should you encounter any issues during your initial run or build, ensure that you've followed each step carefully. Confirm the accurate creation of both logs and config files.
Documentation
Since the entire project is written in Rust, you can generate the documentation with:
cargo doc --no-deps --open
This command will open the documentation in your browser.