is_name_manjaro

Function is_name_manjaro 

Source
pub fn is_name_manjaro(name: &str) -> bool
Expand description

What: Determine if a package name is Manjaro-branded

Input:

  • name package name

Output:

  • true if it starts with “manjaro-” (case-insensitive)

Details:

  • Compares a lowercased name with the “manjaro-” prefix.