Crates.io | flipfile |
lib.rs | flipfile |
version | 0.7.2 |
source | src |
created_at | 2021-09-11 17:42:22.63558 |
updated_at | 2021-09-13 07:24:14.905602 |
description | Flip the bytes in multiple files |
homepage | |
repository | |
max_upload_size | |
id | 449795 |
size | 20,760 |
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.