Cargo Features

aranya-device-ffi has no features set by default.

[dependencies]
aranya-device-ffi = { version = "0.1.0", features = ["alloc", "std", "testing"] }
alloc std?

Enable allocations.

std = alloc

Enable std.

testing

Enable the testing module.