MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / target_dir_suffix

Method target_dir_suffix

tests/src/main.rs:51–56  ·  view source on GitHub ↗
(self, target: &str)

Source from the content-addressed store, hash-verified

49 }
50
51 fn target_dir_suffix(self, target: &str) -> String {
52 match self {
53 Self::SpirvLib => format!("{target}/debug/deps"),
54 Self::ProcMacro => "debug/deps".into(),
55 }
56 }
57}
58
59fn main() {

Callers 2

run_modeMethod · 0.80
find_libFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected