pub fn compress_to_encoded_uri_component(data: impl IntoWideIter) -> String
Expand description

Compress a string into a String, which can be safely used in a uri.

This function converts the result back into a Rust String since it is guaranteed to be valid unicode.