Expand description
Helpers for validating and checking names like package and crate names.
Functions§
- is_
conflicting_ artifact_ name - An artifact with this name will conflict with one of Cargo’s build directories.
- is_
glob_ pattern - Returns
true
if the name contains any glob pattern wildcards. - is_
keyword - A Rust keyword.
- is_
non_ ascii_ name - Returns
true
if the name contains non-ASCII characters. - is_
windows_ reserved - These names cannot be used on Windows, even with an extension.
- is_
windows_ reserved_ path - Check the entire path for names reserved in Windows.