module Base83

Extended Modules

Defined in:

blurhash/base83.cr

Constant Summary

CHARSET = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz#$%*+,-.:;=?@[]^_{|}~"

Instance Method Summary

Instance Method Detail

def decode(str : String) : Int64 #

[View source]
def encode(io : IO, value : Int, length : Int) : Nil #

[View source]
def encode(value : Int, length : Int) : String #

[View source]