pub fn from_lib_list<P>(
    path: P,
    conventions: &SourceConventions<'_>
) -> Vec<String>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
where
    P: AsRef<Path> + Debug,