generated from PlexSheep/rs-base
docs: Add supported formats to the readme
cargo devel CI / cargo CI (push) Successful in 1m11s
Details
cargo devel CI / cargo CI (push) Successful in 1m11s
Details
This commit is contained in:
parent
d9c921ef9c
commit
380968a5d7
13
README.md
13
README.md
|
@ -1,4 +1,13 @@
|
||||||
# numf
|
# numf
|
||||||
|
|
||||||
This is just a trivial program that format's it's arguments in binary, hex or
|
`numf` is a number formatter. It formats the numbers provided to it.
|
||||||
octal.
|
|
||||||
|
Current formats are:
|
||||||
|
|
||||||
|
- Hexadecimal
|
||||||
|
- Binary
|
||||||
|
- Octal
|
||||||
|
- Decimal
|
||||||
|
|
||||||
|
`numf` also has the option of prepending a prefix for each format, such as
|
||||||
|
`0x` for hexadecimal.
|
||||||
|
|
Reference in New Issue