split_package_components

Function split_package_components 

Source
pub fn split_package_components(name: &str) -> (Vec<String>, String)
Expand description

Split a potentially package-qualified name into the package components and the base symbol name.