fix: Add meta file for jpm
doc: Unmention base16

Hex encoding can easily be implemented in pure Janet and doesn't require
an external library for efficient bit twiddling :upside_down:
feat: Implement base32 (and variations)
feat: Decoding + tests + better error checking
fix: Buffer capacity calculation for encode
feat: Add rudimentary base64 encoding
chore: Scaffolding