Cargo Features

[dependencies]
simics = { version = "0.1.1", default-features = false, features = ["link", "global-allocator"] }
default = global-allocator, link

These default features are set whenever simics is added without default-features = false somewhere in the dependency tree.

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.