Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 713 Bytes

File metadata and controls

18 lines (13 loc) · 713 Bytes

Rust Serde FFI

This folder includes FFI bindings for rust/serde.

Links

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