pub fn generate_slug(text: &str, max_len: usize) -> String
Generate URL-friendly slug from a string. Converts to lowercase, replaces spaces/special chars with hyphens, removes consecutive hyphens.