tree: feb8772149bed3855297ccf050a5a078f9e02e59 [path history] [tgz]
  1. include/
  2. src/
  3. .gitignore
  4. build.rs
  5. Cargo.lock
  6. Cargo.toml
  7. cbindgen.toml
  8. CMakeLists.txt
  9. README.md
bindings/c/README.md

Iceberg C FFI

This project is used to build an FFI for iceberg-rust.

Build

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.