Adding ark_api_ffi library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ark-api-ffi

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ark-api-ffi = "0.17.0-pre.43"

The ark_api_ffi library will be automatically available globally. Read the ark_api_ffi library documentation.

Back to the crate overview.