pub fn emit_package(
module: &Module,
service: &Service,
server_urls: Option<&ServerUrls>,
targets: Targets,
stem: &str,
) -> Result<GeneratedPackage>Expand description
Emit the module tree for a run that lowered a service.
stem is the output file’s stem, which names the companion directory the
children live in.