A simple CLI tool to display information about the provided input (integers or strings).
console
$ cargo install b0x
console
$ cargo install b0x --force
Supported formats:
- Decimal: 42
- Binary: 0b101010
- Octal: 0o52
- Hexadecimal: 0x2A
console
$ b0x 0xC0FFEE
console
$ b0x "TeSt StRiNg"