Cargo Features

[dependencies]
lemurs-8080 = { version = "0.5.2", default-features = false, features = ["std", "open", "cpp", "cpp_panic", "cpp_alloc"] }
default = std

The std feature is set by default whenever lemurs-8080 is added without default-features = false somewhere in the dependency tree.

std default
open

Affects lemurs-8080::Harness.did_execute

cpp = cpp_alloc, cpp_panic
cpp_panic cpp?

Enables exception of cruppers

cpp_alloc cpp?

Enables memory of cruppers

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.

cruppers cpp_alloc? cpp_panic?