[][src]Function protobuf_build::module_names_for_dir

pub fn module_names_for_dir(directory_name: &str) -> Vec<String>

Returns a list of module names corresponding to the Rust files in a directory.

Note that this does not read the files so will miss inline modules, it only looks at filenames,