pub fn split_token(token: &str, max_len: usize) -> Vec<String>
Splits the token if it exceeds max_len.
max_len