Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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