generated from PlexSheep/rs-base
docs: add base64 and base32 to the readme
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m15s
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m15s
This commit is contained in:
parent
acdec5836e
commit
b007a54b4b
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue