$ nimble install https://github.com/DavideGalilei/base45
import base45
let encoded = b45encode("Hello World")
let decoded = b45decode(encoded)
echo decoded # Hello World
$ nimble test
This library is inspired from https://github.com/kirei/python-base45
This project is under MIT license.