func render_index_page(package: String, modules: &[ModuleLink]) -> StringView Source
pub func render_index_page(package: String, modules: &[ModuleLink]) -> String {
render_index_page_with_symbols(package: package, modules: modules, symbols: [])
}func render_index_page(package: String, modules: &[ModuleLink]) -> Stringpub func render_index_page(package: String, modules: &[ModuleLink]) -> String {
render_index_page_with_symbols(package: package, modules: modules, symbols: [])
}