generated from PlexSheep/rs-base
docs: add base64 and base32 to the readme
cargo devel CI / cargo CI (push) Successful in 1m15s
Details
cargo devel CI / cargo CI (push) Successful in 1m15s
Details
This commit is contained in:
parent
acdec5836e
commit
b007a54b4b
|
@ -8,6 +8,8 @@ Current formats are:
|
||||||
- Binary
|
- Binary
|
||||||
- Octal
|
- Octal
|
||||||
- Decimal
|
- Decimal
|
||||||
|
- Base32
|
||||||
|
- Base64
|
||||||
|
|
||||||
`numf` also has the option of prepending a prefix for each format, such as
|
`numf` also has the option of prepending a prefix for each format, such as
|
||||||
`0x` for hexadecimal.
|
`0x` for hexadecimal.
|
||||||
|
|
Reference in New Issue