pubky-homeserver 0.9.2

Pubky core's homeserver.
Documentation
1
2
3
4
5
6
7
8
9
10
//! High-level file I/O abstractions.
//!
//! [`file_service::FileService`] is the main interface used by route handlers for
//! reading, writing, deleting, and listing files. It composes the layered OpenDAL
//! stack and provides streaming I/O with 16KB chunks.

pub mod file_io_error;
pub mod file_metadata;
pub mod file_service;
pub mod file_stream_type;