fn compute_metadata( unit: &Unit, build_runner: &BuildRunner<'_, '_>, metas: &mut HashMap<Unit, MetaInfo>, ) -> MetaInfo
Computes the metadata hash for the given Unit.
Unit