Cargo Features
[dependencies]
simics = { version = "0.1.2", default-features = false, features = ["link", "global-allocator"] }
- default = global-allocator, link
-
These default features are set whenever
simics
is added without
somewhere in the dependency tree.default-features = false - link default
-
Emit linking information in simics-api-sys to enable testing and running with cargo test and cargo run
Enables link of simics-api-sys
- global-allocator default
-
Set SimicsAlloc as the global allocator. This should not be unset.