Skip to main content

find_crates

Function find_crates 

Source
pub fn find_crates(name: &str) -> Vec<Crate>
Expand description

Find all crates matching the given name.

Multiple crates with the same name can exist when different versions of the same dependency are linked.