pub fn offline_uuid(username: &str) -> StringExpand description
Generates a deterministic offline UUID from a username.
Uses a FNV-1a–inspired mix to produce a UUID v3-style string that is stable across calls for the same username. Suitable for offline-mode Minecraft sessions where a real Microsoft account is not available.