base16

Pure Haskell base16 encoding/decoding (docs.ppad.tech/base16).
git clone git://git.ppad.tech/base16.git
Log | Files | Refs | README | LICENSE

commit 1b8455b9a92650eb752099ecedb65073a87f6363
parent ab4ab2f8032be264b40a38d1d2383e72d8c18f6c
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 19 Feb 2025 19:16:11 +0400

meta: badge

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,7 @@ # ppad-base16 +[![](https://img.shields.io/hackage/v/ppad-base16?color=blue)](https://hackage.haskell.org/package/ppad-base16) + A pure implementation of base16 encoding & decoding on strict ByteStrings.