Search
erlang_base62
v1.0.1
Pages
Modules
Settings
View Source
base62
(erlang_base62 v1.0.1)
Link to this section
Summary
Functions
decode(L)
Decode base62 binary to origin data binary
decode(D, Acc)
encode(I)
Encode any data to base62 binary
encode(D, Acc)
Link to this section
Functions
Link to this function
decode(L)
View Source
Decode base62 binary to origin data binary
Link to this function
decode(D, Acc)
View Source
Link to this function
encode(I)
View Source
-spec
encode(string() | integer() | binary()) -> binary().
Encode any data to base62 binary
Link to this function
encode(D, Acc)
View Source