pub fn find_by_name<'a>( projects: &'a [Project], name: &str, ) -> Option<&'a Project>
Find a project by name (case-insensitive).