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>,
This is supported on crate feature
zdict_builder
only.Expand description
Train a dict from a list of files.