Cargo Features
obel_diagnostic has no features set by default.
[dependencies]
obel_diagnostic = { version = "0.0.9", features = ["dynamic_linking", "sysinfo_plugin", "std"] }
- dynamic_linking
-
Disables diagnostics that are unsupported when obel is dynamically linked
- sysinfo_plugin
-
Enables sysinfo
- std
-
Allows access to the
std
crate. Enabling this feature will prevent compilation onno_std
targets, but provides access to certain additional features on supported platforms.Enables std of obel_platform