Function zstd::dict::from_files [] [src]

pub fn from_files<P: AsRef<Path>>(filenames: &[P], max_size: usize) -> Result<Vec<u8>>

Train a dict from a list of files.