flipfile

Crates.ioflipfile
lib.rsflipfile
version0.7.2
sourcesrc
created_at2021-09-11 17:42:22.63558
updated_at2021-09-13 07:24:14.905602
descriptionFlip the bytes in multiple files
homepage
repository
max_upload_size
id449795
size20,760
Federico Stra (FedericoStra)

documentation

README

flipfile

Flip the bytes in multiple files.

flipfile takes a number of files and transforms each byte.

The possible transformations are:

  • -f, --flip: flip the bytes, i.e. negates each bit,
  • -r, --reverse: reverse the bytes,
  • -s, --swab: swab the bytes, i.e. swap the first 4 and the last 4 bits.
Commit count: 0

cargo fmt