This project is used to build an FFI for iceberg-rust.
Building the project requires a complete Rust environment setup. You can find the instructions here. In addition to setting up Rust, you will also need make and cmake.
mkdir build && cd build cmake ..
The built library will be in the target/ directory.