Skip to main content

Module storage

Module storage 

Source
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ยง

ProjectStorage
Handle to the project storage subsystem.
StoredProject
Represents a project stored on the server.