shorten_name

Function shorten_name 

Source
fn shorten_name(name: &str, length: usize) -> String
Expand description

Shorten name to max. length characters. This is to not make QR codes or invite links arbitrary long.