Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rustc --cfg foo
我将如何在货物中做到这一点?这features是为了什么?
features
功能似乎仅适用于可选依赖项。
是的。http://doc.crates.io/manifest.html#rules:
选择功能时,货物将使用-CFG功能=“ $ {feature_name}”调用Rustc。如果包含一个功能组,则它及其所有单独的功能都将包括在内。这可以通过 #[cfg(feature = "foo")] 在代码中进行测试