bech32

Pure Haskell bech32, bech32m encodings (docs.ppad.tech/bech32).
git clone git://git.ppad.tech/bech32.git
Log | Files | Refs | README | LICENSE

commit 0a9afb79b09179cbf0ad3f7929ba82a299c56be0
parent a43c7064e7f28f6d9fea2d36e5c3bcb3853a66b4
Author: Jared Tobin <jared@jtobin.io>
Date:   Wed, 18 Dec 2024 20:39:06 -0330

meta: docs note

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

diff --git a/README.md b/README.md @@ -28,6 +28,11 @@ A sample GHCi session: False ``` +## Documentation + +Haddocks (API documentation, etc.) are hosted at +[docs.ppad.tech/bech32](https://docs.ppad.tech/bech32). + ## Performance The aim is best-in-class performance for pure, highly-auditable Haskell