pub fn module_name_from_source(
source_dir: &Path,
source_path: &Path,
) -> Option<String>Expand description
Returns the dotted module name for a source file relative to a source root, e.g.
src/player/extra_info.rs->"player.extra_info"src/player/mod.rs->"player"