Cargo Features

robot_behavior has no features set by default.

[dependencies]
robot_behavior = { version = "0.3.1", features = ["ffi", "to_c", "to_py"] }
ffi to_c? to_py?

Affects robot_behavior::ffi

to_c = ffi
to_py = ffi, pyo3

Affects load::LoadState

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.

pyo3 to_py?