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 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
cblage/elixir-json Provides native JSON encoding and decoding support for Elixir 217
woxtu/elixir-mbcs A library providing functions for character encoding conversion using the erlang-mbcs module 27
checkiz/elixir-bson An Elixir implementation of the BSON data format 26
polsab/pretty_hex A hex dumping library in Elixir that formats binary data into human-readable output. 7
ufirstgroup/ymlr A YAML encoder for Elixir. 22
meh/jazz A JSON handling library for Elixir. 61
elixirs/base62 A pure Elixir implementation of Base62 encoding and decoding 20
ewildgoose/elixir-xml_rpc Converts Elixir terms to XML-RPC parameters and vice versa 40
treye/json_stream_encoder A streaming JSON encoder for Elixir that prioritizes memory efficiency and parallelism over raw speed. 8
jfacorro/eden An Elixir library that provides an encoder/decoder for the extensible data notation (EDN) format. 38
mana-ethereum/ex_rlp An Elixir implementation of Ethereum's RLP encoding specification 31
jrdnull/base58 An Elixir implementation of Base58 encoding/decoding 15
qcam/saxy An Elixir library for parsing and encoding XML documents using the SAX parser paradigm 279
gjaldon/base58check A library providing functions for Base58Check encoding and decoding in Elixir 16
martinsvalin/html_entities A library for decoding and encoding HTML entities in strings 88