This commit is contained in:
2025-04-30 14:51:54 -04:00
parent e84d1a2300
commit cde5c3626c
2 changed files with 13 additions and 10 deletions

View File

@@ -1,6 +1,3 @@
const base64Enc = std.base64.Base64Encoder.init(std.base64.standard_alphabet_chars, '=');
const base64Dec = std.base64.Base64Decoder.init(std.base64.standard_alphabet_chars, '=');
/// Type tag for Message union.
/// This is the first value in the actual packet sent over the network.
pub const PacketType = enum(u16) {