Files
Daniel Lemire 2c05f5b1b0 non-functional benchmarks (#2342)
* non-functional benchmarks

* Fix typo

* various fixes

* tweaking

---------

Co-authored-by: Daniel Lemire <dlemire@lemire.me>
Co-authored-by: Francisco Geiman Thiesen <franciscogthiesen@gmail.com>
2025-03-06 12:05:53 -05:00
..
2025-03-06 12:05:53 -05:00
2025-03-06 12:05:53 -05:00
2025-03-06 12:05:53 -05:00
2025-03-06 12:05:53 -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