pubky-homeserver 0.9.2

Pubky core's homeserver.
Documentation
1
2
3
4
5
6
7
8
9
//! OpenDAL-based storage backend.
//!
//! [`OpendalService`](opendal_service::OpendalService) configures the appropriate
//! storage operator (filesystem, in-memory, or GCS) based on the server's
//! [`StorageConfig`](crate::data_directory::storage_config::StorageConfig).

pub mod opendal_service;
#[cfg(test)]
pub(crate) mod opendal_test_operators;