ffi_types
Run this command in a terminal, in your project's directory:
cargo add ffi_types
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
ffi_types = "0.0.19"
The ffi_types library will be automatically available globally. Read the ffi_types library documentation.
Back to the crate overview.