pubky-homeserver 0.5.3

Pubky core's homeserver.
Documentation
1
2
3
// The default limit of a list api if no `limit` query parameter is provided.
pub const DEFAULT_LIST_LIMIT: u16 = 100;
pub const DEFAULT_MAX_LIST_LIMIT: u16 = 1000;