pubky-homeserver 0.12.0

A Pubky homeserver implementation.
Documentation
1
2
3
4
5
6
7
8
//! User service — coordinates user lookups, creation, quota enforcement, and caching.

mod quota_cache;
mod service;

pub use service::{UserService, FILE_METADATA_SIZE};

pub use crate::persistence::sql::user::UserEntity;