pub fn split_unit_id(id: &str) -> (&str, Option<&str>)
Split an artifact id into its path and, when it addresses a unit, the unit key after the first #.
#