pub fn find_by_id(projects: &[Project], id: ProjectId) -> Option<&Project>
Find a project by exact ID.