Getting Started
Prerequisites
- Rust 1.70 or later
- Cargo
Installation
Clone the repository:
git clone <repository-url>
cd openprot
Build the project:
cargo xtask build
Run tests:
cargo xtask test
Next Steps
- Read the Usage guide
- Check out the Architecture documentation
- Learn about Contributing