pub fn from_lib_list<P>(
    path: P,
    conventions: &SourceConventions<'_>
) -> Vec<Token> where
    P: AsRef<Path> + Debug,