Module slb::fileblocks[][src]

Expand description

Utilities for converting files into blocks.

Structs

Functions

Returns a list of up to max_chunks file chunks splitting up the given file, roughly of the same size, which should be rougly at least min_size, newline aligned.

Uses up to max_chunks + paths.len() chunks to chunkify multiple files.