Skip to main content

encode_batch

Function encode_batch 

Source
pub fn encode_batch<I, S>(names: I) -> Vec<Vec<Code>>
where I: IntoIterator<Item = S>, S: AsRef<str>,
Expand description

Encode many names in a single call.