Other items ingithub_bin_downloader::utils
pub fn compare_two_vector<T>(vec1: &[T], vec2: &[T]) -> Option<Vec<T>> where T: PartialEq + Clone,