MCPcopy 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
141def _crate_slug(crate_name: str) -> str:
142 return crate_name.replace("_", "-")
143
144
145def _run_cargo_doc(repo_root: Path) -> None:

Callers 3

_output_relativeFunction · 0.85
_url_relativeFunction · 0.85
_write_indexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected