diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:34:18 +0200 |
|---|---|---|
| committer | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2025-10-09 16:34:18 +0200 |
| commit | 288b45f50cd6691f19066a775b5e065cf89dc2bd (patch) | |
| tree | bb2ac72e56082eae9116405ff5f61ce442ae2f56 /core/encoding/hex/hex.odin | |
| parent | 248b0fe9e155e1a00a04cb7b1fc687601d401d7c (diff) | |
package lines for encoding
Diffstat (limited to 'core/encoding/hex/hex.odin')
| -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" |