Files
Daniel Lemire e362b18499 saving.
2026-02-09 00:31:31 -05:00
..
2025-07-14 15:43:52 -04:00
2025-07-14 15:43:52 -04:00
2025-07-14 15:43:52 -04:00
2026-02-09 00:31:31 -05:00
2025-07-14 15:43:52 -04:00
2026-02-09 00:31:31 -05:00

Rust Serde FFI

This folder includes FFI bindings for rust/serde.

Building

  • Generating cbindgen output
    • Install dependencies with brew install cbindgen or apt-get install cbindgen or cargo install cbindgen or the equivalent: we used cargo install --version 0.23.0 cbindgen.
    • Go to the directory where this README.md file is located
    • Generate with cbindgen --config cbindgen.toml --crate serde-benchmark --output serde_benchmark.h
  • Building
    • Run with cargo build --release