Searched defs:crateInfo (Results 1 – 1 of 1) sorted by relevance
62 type crateInfo struct { struct63 Idx int // Index of the crate in rustProjectJson.Crates slice.64 Deps map[string]int // The keys are the module names and not the crate names.