Cargo Features

value-box-ffi has no features set by default.

[dependencies]
value-box-ffi = { version = "1.1.3", features = ["phlow", "array-box", "geometry-box", "string-box", "value-box"] }
phlow = phlow-extensions

Enables phlow ^1, phlow of value-box

Affects value-box-ffi::boxer_value_box_to_phlow_object

array-box = crossbeam, paste

Enables array-box

geometry-box

Enables geometry-box

string-box

Enables string-box

value-box phlow?

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.

phlow-extensions phlow?

Enables phlow-extensions ^1

crossbeam array-box?
paste array-box?