Crate flipfile

Crate flipfile 

Source
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_fileDeprecated
flip_file_mmapDeprecatedmemmap
process_buffer
Transform each byte in buffer according to the operations specified in ops.
process_file
Transform each byte in file according to the operations specified in ops.
process_file_mmapmemmap
Transform each byte in file according to the operations specified in ops.