pub fn substitute_refs(
    txt: &[String],
    xrefs: &[(String, String)],
    name_map: &HashMap<usize, String>
) -> Vec<String>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator