Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClangBuiltLinux/tc-build
/ RustSourceManager
Class
RustSourceManager
tc_build/rust.py:118–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
117
118
class
RustSourceManager(GitSourceManager):
119
def
__init__(self, repo: Path) -> None:
120
super().__init__(repo)
121
122
self._pretty_name =
'Rust'
123
self._repo_url =
'https://github.com/rust-lang/rust.git'
Callers
1
build-rust.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected