pub fn find_modules() -> Result<HashMap<String, ModuleMeta>>
Expand description
Returns a list of all the modules on the system, along with metadata.
The key of the map is the import path, the value is the metadata.
When RFC1522 is in stable, this’ll probably return an iterator instead.