pub fn is_valid_crate_name_char(c: char) -> bool
Expand description

Crate names must be only alphanumeric characters, an underscore, or a dash.

See: https://www.reddit.com/r/rust/comments/4rlom7/what_characters_are_allowed_in_a_crate_name/