Function generate_dict_from_files

Source
pub fn generate_dict_from_files(
    files: Vec<Vec<u8>>,
) -> Result<Dictionary, Box<dyn Error>>