Adding arrow_ipc library as a dependency
Run this command in a terminal, in your project's directory:
cargo add arrow-ipc
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
arrow-ipc = "58.3.0"
The arrow_ipc library will be automatically available globally.
Read the arrow_ipc library documentation.