Cargo Features

libhans has no features set by default.

[dependencies]
libhans = { version = "0.1.3", features = ["no_robot", "to_c", "to_py", "to_cxx"] }
no_robot
to_c
to_py = pyo3
to_cxx = cxx

Affects ffi::to_cxx, to_cxx::to_cxx

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?
cxx to_cxx?