Cargo Features
ark-api-ffi has no features set by default.
[dependencies]
ark-api-ffi = { version = "0.17.0-pre.43", features = ["examples", "unstable", "with_arbitrary", "with_serde", "with_speedy"] }
- examples
-
Include example APIs
These APIs are only meant used for internal development documentationAffects
ffi::example_automatic
,ffi::example_manual
… - unstable
-
include unstable APIs and API extensions.
may have breaking changes in them at any time even for patch releases of this crate.
only intended for developer testing and users have to explicitly opt-inAffects
entrypoints::servlet
… - with_arbitrary = arbitrary
- with_serde = serde
- with_speedy = speedy
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.
- serde with_serde?
- speedy with_speedy?
- arbitrary with_arbitrary?
-
Enables arbitrary
external dependencies