base16

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

commit 266edc998d81ce91a014f121f76d188f586b7b0a
parent 45ebbecf79b2a8d22dae3b442cb482d5d19aaea7
Author: Jared Tobin <jared@jtobin.io>
Date:   Fri, 28 Feb 2025 09:35:28 +0400

release: v0.1.1

Diffstat:
MCHANGELOG | 3+++
Mppad-base16.cabal | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG b/CHANGELOG @@ -1,5 +1,8 @@ # Changelog +- 0.1.1 (2025-02-28) + * Roughly 2x faster decoding performance. + - 0.1.0 (2025-01-17) * Initial release, supporting basic encoding/decoding. diff --git a/ppad-base16.cabal b/ppad-base16.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ppad-base16 -version: 0.1.0 +version: 0.1.1 synopsis: Pure base16 encoding and decoding on bytestrings. license: MIT license-file: LICENSE