cargo::util::restricted_names

Function is_glob_pattern

source
pub fn is_glob_pattern<T: AsRef<str>>(name: T) -> bool
Expand description

Returns true if the name contains any glob pattern wildcards.