| # Introduction | |
| Welcome to the OpenProt documentation! | |
| This documentation provides comprehensive information about the OpenProt project, including user guides, developer documentation, and API references. | |
| ## What is OpenProt? | |
| OpenProt is a Rust-based project that provides... | |
| ## Quick Start | |
| To get started with OpenProt: | |
| ```bash | |
| cargo xtask build | |
| cargo xtask test | |
| ``` | |
| For more detailed instructions, see the [Getting Started](./getting-started.md) guide. |