绕过 Rust 功能检查的示例包
所属者 莯凛.
#9 在 #bypass
2KB
示例包。
cargo 不支持 平台目标特定功能,
换句话说,
[target.'cfg(not(target_os = "windows"))'.features] default = ["general_feature"] [target.'cfg(target_os = "windows")'.features] default = ["winonly_replacement"]
以下语句将 不会 工作。