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