From 288b45f50cd6691f19066a775b5e065cf89dc2bd Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 9 Oct 2025 16:34:18 +0200 Subject: package lines for encoding --- core/encoding/hex/hex.odin | 1 + 1 file changed, 1 insertion(+) (limited to 'core/encoding/hex') diff --git a/core/encoding/hex/hex.odin b/core/encoding/hex/hex.odin index c1753003e..9e0837450 100644 --- a/core/encoding/hex/hex.odin +++ b/core/encoding/hex/hex.odin @@ -1,3 +1,4 @@ +// package hex implements encoding and decoding of hex-encoded binary, e.g. `0x23` -> `#`. package encoding_hex import "core:io" -- cgit v1.2.3