Skip to main content

encode_list

Function encode_list 

Source
fn encode_list(
    values: impl IntoIterator<Item = impl AsRef<str>>,
    separator: &str,
) -> String
Expand description

Encode each element of a list while keeping the separator Jellyfin splits on.