Expand description
Project storage backend for pwr-server.
Manages the on-disk project registry (a JSON index file) and the per-project directories containing encrypted archive blobs and metadata. All operations are synchronous (the caller wraps them in tokio::task::spawn_blocking for async contexts).
Structsยง
- Project
Storage - Handle to the project storage subsystem.
- Stored
Project - Represents a project stored on the server.