pub fn valid(handle: &str) -> bool
check if a GitHub username is valid
use github_username_regex::valid; assert_eq!(valid("monalisa"), true);