Cargo Features
[dependencies]
rtsan-standalone = { version = "0.1.2", default-features = false, features = ["enable", "prebuilt-libs"] }
- default = prebuilt-libs
-
The
prebuilt-libs
feature is set by default wheneverrtsan-standalone
is added without
somewhere in the dependency tree.default-features = false - enable = rtsan-standalone-sys
-
Enables enable of rtsan-standalone-macros
- prebuilt-libs default
-
Enables prebuilt-libs of optional rtsan-standalone-sys
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.