❮b0x❯
A simple CLI tool to display information about the provided input (integers or strings).
Installation
$ cargo install b0x
Updating
$ cargo install b0x --force
Usage
Numbers
Supported formats:
- Decimal:
42 - Binary:
0b101010 - Octal:
0o52 - Hexadecimal:
0x2A
$ b0x 0xC0FFEE

Strings
$ b0x "TeSt StRiNg"
