Resources
Code documentation:
| Crate | Description |
|---|---|
openvet_common | Shared definitions and API types |
openvet_backend | Backend, serves API requests, server-side generated frontend, and frontend assets |
openvet_sync | Component to sync crates from registry. Polls the git-index and synchronizes it with the storage module. |
openvet_storage | Interacts with database (SQLite) and object storage (file-based, S3, ...) and offers RPC API for sync and backend to connect to. |