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

Function dylib_path

tests/src/main.rs:392–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

390}
391
392fn dylib_path() -> Vec<PathBuf> {
393 match env::var_os(dylib_path_envvar()) {
394 Some(var) => env::split_paths(&var).collect(),
395 None => Vec::new(),
396 }
397}
398
399fn find_rustc_codegen_spirv() -> PathBuf {
400 let filename = format!(

Callers 1

find_rustc_codegen_spirvFunction · 0.70

Calls 2

dylib_path_envvarFunction · 0.70
collectMethod · 0.45

Tested by

no test coverage detected