unhex

Crates.iounhex
lib.rsunhex
version0.0.0
sourcesrc
created_at2023-10-11 12:12:24.673805
updated_at2023-10-11 12:12:24.673805
descriptionSwiss-Army Knife to Hexadecimal Data
homepagehttps://github.com/gabrielfalcao/unhex
repository
max_upload_size
id1000167
size12,702
Gabriel Falcão (gabrielfalcao)

documentation

https://docs.rs/unhex

README

UNHEX

🚧 UNDER CONSTRUCTION 🚧

Swiss-Army Knife to Hexadecimal Data

$ unhex --help

Swiss-Army Knife to Hexadecimal Data

Usage: unhex [INPUT]

Arguments:
  [INPUT]

Options:
  -h, --help     Print help
  -V, --version  Print version

Examples

dd if=/dev/urandom of=/dev/stdout count=8 bs=9 | xxd -p | tr -d '[:space:]' | unhex
Commit count: 0

cargo fmt