diff options
Diffstat (limited to 'core/encoding/hex')
| -rw-r--r-- | core/encoding/hex/hex.odin | 1 |
1 files changed, 1 insertions, 0 deletions
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" |