Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/NeMo-Relay
/ _crate_slug
Function
_crate_slug
scripts/docs/generate_rust_library_reference.py:141–142 ·
view source on GitHub ↗
(crate_name: str)
Source
from the content-addressed store, hash-verified
139
140
141
def
_crate_slug(crate_name: str) -> str:
142
return
crate_name.replace(
"_"
,
"-"
)
143
144
145
def
_run_cargo_doc(repo_root: Path) -> None:
Callers
3
_output_relative
Function · 0.85
_url_relative
Function · 0.85
_write_index
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected