hexbin

Crates.iohexbin
lib.rshexbin
version0.1.0
sourcesrc
created_at2024-05-30 19:25:31.593823
updated_at2024-05-30 19:25:31.593823
descriptionA command-line utility to travel between the realms of hexadecimal and binary.
homepagehttps://github.com/5-pebbles/hexbin
repositoryhttps://github.com/5-pebbles/hexbin
max_upload_size
id1257208
size47,729
Owen Friedman (5-pebbles)

documentation

README

HexBin: The Bilingual Bits Wizard! โš™๏ธ๐Ÿง™โ€โ™‚๏ธ

A command-line utility to travel between the realms of hexadecimal and binary.

Examples: Let the Magic Unfold! ๐Ÿงชโœจ

Convert a hexadecimal string to binary:

hexbin 0x352B

Output:

11010100101011

Convert a binary string to hexadecimal:

hexbin 11010100101011

Output:

0x352B

Installation: A Spellbinding Ritual ๐Ÿ”ฎ

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 .

License: The Sacred Scroll of Sesquipedalianism ๐Ÿ“œ๐Ÿง™โ€โ™€๏ธ

This project is licensed under the ancient incantations of GPL-v3.

Commit count: 6

cargo fmt