Crates.io | hexbin |
lib.rs | hexbin |
version | 0.1.0 |
source | src |
created_at | 2024-05-30 19:25:31.593823 |
updated_at | 2024-05-30 19:25:31.593823 |
description | A command-line utility to travel between the realms of hexadecimal and binary. |
homepage | https://github.com/5-pebbles/hexbin |
repository | https://github.com/5-pebbles/hexbin |
max_upload_size | |
id | 1257208 |
size | 47,729 |
A command-line utility to travel between the realms of hexadecimal and binary.
Convert a hexadecimal string to binary:
hexbin 0x352B
Output:
11010100101011
Convert a binary string to hexadecimal:
hexbin 11010100101011
Output:
0x352B
From crates.io: (Recommended)
cargo install hexbin
From Source:
# Clone the repository from the digital grimoire:
git clone https://github.com/5-pebbles/hexbin.git
# Enter the sanctum of the project directory:
cd hexbin
# Chant the installation incantation:
cargo install --path .
This project is licensed under the ancient incantations of GPL-v3.