pub async fn get_outdated(index: &[Mod], target: &LocalIndex) -> Vec<Mod>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
Expand description

Finds mods in the LocalIndex whose version doesn’t match the provided remote index

Params

  • index - a list of Mods. Should be retreived from thermite::update_index.
  • target - the LocalIndex to check against