Crates.io | bex-rs |
lib.rs | bex-rs |
version | 0.1.1 |
source | src |
created_at | 2024-10-11 05:36:50.786199 |
updated_at | 2024-10-11 17:41:53.925701 |
description | A simple hex-to-bin/bin-to-hex converter |
homepage | https://github.com/JnnDrc/bex |
repository | https://github.com/JnnDrc/bex |
max_upload_size | |
id | 1404944 |
size | 6,263 |
Bex is a simple command line tool for converting hex numbers to binary and vice versa
download the package from crate.io using the cargo
cargo install bex-rs
cargo build --release
Type the base of the input and the number:
bex [base] [number]
examples :
~> bex 0x F025
0b 1111 0000 0010 0101
~> bex 0b 1100 0110
0x C6