Function zstd::dict::from_files

source ·
pub fn from_files<I, P>(filenames: I, max_size: usize) -> Result<Vec<u8>>where
    P: AsRef<Path>,
    I: IntoIterator<Item = P>,
Expand description

Train a dict from a list of files.