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