base62
Base encoder
A pure Elixir implementation of Base62 encoding and decoding
Base62 encoder/decoder in pure Elixir
20 stars
3 watching
6 forks
Language: Elixir
last commit: 5 months ago
Linked from 1 awesome list
base62decoderdecodingelixirencoderencodinghacktoberfest
Related projects:
Repository | Description | Stars |
---|---|---|
igas/custom_base | Provides a custom base conversion mechanism in Elixir | 22 |
gjaldon/base58check | A library providing functions for Base58Check encoding and decoding in Elixir | 16 |
jrdnull/base58 | An Elixir implementation of Base58 encoding/decoding | 15 |
checkiz/elixir-bson | An Elixir implementation of the BSON data format | 26 |
sija/base62.cr | A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |
cblage/elixir-json | Provides native JSON encoding and decoding support for Elixir | 217 |
tuupola/base62 | A PHP library for encoding and decoding data using base62 encoding | 195 |
ufirstgroup/ymlr | A YAML encoder for Elixir. | 22 |
meh/jazz | A JSON handling library for Elixir. | 61 |
whatyouhide/convertat | A library for converting between numbers in arbitrary bases | 17 |
kronuz/base-x | A C++ library for encoding and decoding data using custom bases. | 14 |
mana-ethereum/ex_rlp | An Elixir implementation of Ethereum's RLP encoding specification | 31 |
woxtu/elixir-mbcs | A library providing functions for character encoding conversion using the erlang-mbcs module | 27 |
alehander92/bencoder | A library to handle Bencode data serialization and deserialization in Elixir | 4 |
jfacorro/eden | An Elixir library that provides an encoder/decoder for the extensible data notation (EDN) format. | 38 |