Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 544 Bytes

File metadata and controls

22 lines (15 loc) · 544 Bytes

Zig FFI Bindings

The Zig FFI bindings have been moved to a separate repository for reusability:

https://github.com/hyperpolymath/zig-formatrix-ffi

The files in this directory are kept for local development convenience.

Building formatrix-core with FFI support

cd ../..
cargo build --release --features ffi

Using the bindings

See the zig-formatrix-ffi repository for full documentation and usage examples.