Skip to main content

discover

Function discover 

Source
pub fn discover(root: &Path, cfg: &OrmConfig) -> Result<Vec<ModuleInfo>>
Expand description

Locates every configured module crate through cargo metadata. Requires each to be an actual dependency of the app.