pwr-server 0.4.0

pwr daemon: runs on the NAS, handles project storage and retrieval over TLS
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! pwr-server — NAS-side daemon for the pwr lazy project archiver.
//!
//! Library interface exposing server types for integration testing.

pub mod auth;
pub mod cert;
pub mod config;
pub mod daemon;
pub mod handler;
pub mod listener;
pub mod storage;