Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
hexencode
master
Hexencode
Built with Crystal 1.9.2
2023-10-07 15:23:18 UTC
module
Hexencode
Extended Modules
Hexencode
Defined in:
hexencode.cr
hexencode/version.cr
Constant Summary
MAPPING
=
"0123456789abcdef"
.chars
VERSION
=
"0.1.0"
Instance Method Summary
#decode
(hexstring : String)
#decode_string
(hexstring : String)
#encode
(bytes : Bytes)
Instance Method Detail
def
decode
(hexstring : String)
#
[
View source
]
def
decode_string
(hexstring : String)
#
[
View source
]
def
encode
(bytes : Bytes)
#
[
View source
]