在Cargo.toml中新增 [features] 段,然後列舉需要組合的feature名,大體上相當於 gcc -條件1 -條件2 -條件3 ... 。 [features] default = [] metal ...
確定! 回上一頁