# 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)** ```bash cargo install hexbin ``` **From Source:** ```bash # 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](LICENSE).