Function cargo::util::restricted_names::is_windows_reserved
source · pub fn is_windows_reserved(name: &str) -> bool
Expand description
These names cannot be used on Windows, even with an extension.
pub fn is_windows_reserved(name: &str) -> bool
These names cannot be used on Windows, even with an extension.