hexate

Hex encoder/decoder

A module for encoding and decoding hexadecimal data in Elixir

A simple module for Hex encoding / decoding in Elixir.

GitHub

30 stars
3 watching
21 forks
Language: Elixir
last commit: about 6 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
cblage/elixir-jsonProvides native JSON encoding and decoding support for Elixir217
woxtu/elixir-mbcsA library providing functions for character encoding conversion using the erlang-mbcs module27
checkiz/elixir-bsonAn Elixir implementation of the BSON data format26
polsab/pretty_hexA hex dumping library in Elixir that formats binary data into human-readable output.7
ufirstgroup/ymlrA YAML encoder for Elixir.22
meh/jazzA JSON handling library for Elixir.60
elixirs/base62A pure Elixir implementation of Base62 encoding and decoding20
ewildgoose/elixir-xml_rpcConverts Elixir terms to XML-RPC parameters and vice versa40
treye/json_stream_encoderA streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed.8
jfacorro/edenAn Elixir library that provides an encoder/decoder for the extensible data notation (EDN) format.38
mana-ethereum/ex_rlpAn Elixir implementation of Ethereum's RLP encoding specification31
jrdnull/base58An Elixir implementation of Base58 encoding/decoding15
qcam/saxyAn Elixir library for parsing and encoding XML documents using the SAX parser paradigm281
gjaldon/base58checkA library providing functions for Base58Check encoding and decoding in Elixir16
martinsvalin/html_entitiesA library for decoding and encoding HTML entities in strings88