Expand description
Flip the bytes in multiple files.
This crate ships with a default binary flipfile that lets you flip multiple files.
Structs§
- Operations
- Operations to apply to every byte.
Functions§
- flip_
file Deprecated - flip_
file_ mmap Deprecated memmap - process_
buffer - Transform each byte in
bufferaccording to the operations specified inops. - process_
file - Transform each byte in
fileaccording to the operations specified inops. - process_
file_ mmap memmap - Transform each byte in
fileaccording to the operations specified inops.