pub fn list_package_by_namespace(
registry: &HttpRegistry,
ns: EcoString,
) -> EcoVec<(PathBuf, PackageSpec)>
Expand description
Get the packages in namespaces and their descriptions.
pub fn list_package_by_namespace(
registry: &HttpRegistry,
ns: EcoString,
) -> EcoVec<(PathBuf, PackageSpec)>
Get the packages in namespaces and their descriptions.