Open a-bakos opened 1 year ago
pub enum PermalinkTruncationMethod { // Simply cut the string at the end CutOffEnd, // Remove the least significant words RemoveLeastSignificantWords, // todo // Remove longest words RemoveLongestWords, // todo }