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

This commit is contained in:
Christoph J. Scherr 2024-05-12 21:32:46 +02:00
parent acdec5836e
commit b007a54b4b
1 changed files with 2 additions and 0 deletions

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.