blob: c58be70a403a32f4a924f3939d9c99afde5e1d9b [file] [log] [blame] [view] [edit]
# 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.