module Hexencode

Extended Modules

Defined in:

hexencode.cr
hexencode/version.cr

Constant Summary

MAPPING = "0123456789abcdef".chars
VERSION = "0.1.0"

Instance Method Summary

Instance Method Detail

def decode(hexstring : String) #

[View source]
def decode_string(hexstring : String) #

[View source]
def encode(bytes : Bytes) #

[View source]