pubky-homeserver 0.9.1

Pubky core's homeserver.
Documentation
1
2
3
4
5
6
//! User service — coordinates user lookups, creation, quota enforcement, and caching.

mod quota_cache;
mod service;

pub use service::{UserService, FILE_METADATA_SIZE};