pub fn find_entry_in<'a>( name: &str, manifest: &'a Manifest, ) -> Result<&'a Entry, SkillfileError>
Find an entry by name in a manifest.