Searched defs:crateInfo (Results 1 – 1 of 1) sorted by relevance
64 type crateInfo struct { struct65 Idx int // Index of the crate in rustProjectJson.Crates slice.66 Deps map[string]int // The keys are the module names and not the crate names.67 Device bool // True if the crate at idx was a device crate