Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LyonSyonII/dioxus-tailwindcss
/ if_windows
Function
if_windows
build.rs:45–54 ·
view source on GitHub ↗
(windows: &'static str, unix: &'static str)
Source
from the content-addressed store, hash-verified
43
}
44
45
const fn if_windows(windows: &
'static str, unix: &'
static str) -> &'static str {
46
#[cfg(windows)]
47
{
48
windows
49
}
50
#[cfg(unix)]
51
{
52
unix
53
}
54
}
Callers
1
install_packages
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected