pub fn make_people(
    people: Vec<CensusPerson>,
    map: &Map,
    timer: &mut Timer<'_>,
    rng: &mut XorShiftRng,
    config: &Config
) -> Vec<PersonSpec>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator