docs: add base64 and base32 to the readme
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m15s

This commit is contained in:
Christoph J. Scherr 2024-05-12 21:32:46 +02:00
parent acdec5836e
commit b007a54b4b

View file

@ -8,6 +8,8 @@ Current formats are:
- Binary
- Octal
- Decimal
- Base32
- Base64
`numf` also has the option of prepending a prefix for each format, such as
`0x` for hexadecimal.