Cargo Features

[dependencies]
osiris-process = { version = "0.3.1", default-features = false, features = ["base-integral", "base-floating", "communication", "state", "processor"] }
default = processor

The processor feature is set by default whenever osiris-process is added without default-features = false somewhere in the dependency tree.

base-integral state?

Affects register::integral

base-floating processor

Affects register::floating_point

communication processor

Affects osiris-process::communication

state processor = base-integral

Affects register::state

processor default = base-floating, communication, state

Affects osiris-process::operation, osiris-process::processor