diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-04-30 14:51:54 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-05-10 21:46:53 -0400 |
commit | cde5c3626cbcb5baa7b2ac9c815face628438dfc (patch) | |
tree | 361ed32f34b52782afb07d4642838e9ca3f5d327 /src/message.zig | |
parent | e84d1a2300c130e414899b898dc685c7fac45c77 (diff) |
Diffstat (limited to 'src/message.zig')
-rw-r--r-- | src/message.zig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/message.zig b/src/message.zig index 1d8d5e1..3d69031 100644 --- a/src/message.zig +++ b/src/message.zig @@ -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) { |