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

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

Train a dict from a list of files.