Structs§
- Jid
- JidRef
- Parsed
JidParts - Intermediate result from fast JID parsing. This avoids allocations by returning byte indices into the original string.
Enums§
Constants§
- BOT_
SERVER - BROADCAST_
SERVER - DEFAULT_
USER_ SERVER - GROUP_
SERVER - HIDDEN_
USER_ SERVER - HOSTED_
LID_ SERVER - HOSTED_
SERVER - INTEROP_
SERVER - LEGACY_
USER_ SERVER - MESSENGER_
SERVER - NEWSLETTER_
SERVER - SERVER_
JID - STATUS_
BROADCAST_ USER
Traits§
Functions§
- parse_
jid_ fast - Single-pass JID parser optimized for hot paths. Scans the input string once to find all relevant separators (@, :) and returns slices into the original string without allocation.