Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-gpu
/ environments
Method
environments
tests/src/main.rs:30–32 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
28
29
impl Opt {
30
pub fn environments(&self) -> impl Iterator<Item = &str> {
31
self.target_env.split(
','
)
32
}
33
}
34
35
const TARGET_PREFIX: &str =
"spirv-unknown-"
;
Callers
1
run_mode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected