Function gdnative_project_utils::scan_crate[][src]

pub fn scan_crate(dir: impl AsRef<Path>) -> Result<Classes, ScanError>

Scan the directory at path dir for all *.rs files and find types which implement NativeClass.