Skip to content

FFI Libraries v1.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Mar 13:57
· 96 commits to main since this release
01e78a9

Native C FFI libraries for zerobus-sdk-rs v1.0.0

Use these libraries to build language bindings (Go, C#, C++, etc.)

Platforms included:

  • linux-x86-64 (.a, .so)
  • linux-aarch64 (.a, .so)
  • windows-x86-64 (.lib, .dll)

Each platform includes:

  • Static library for Go/C++ (libzerobus_ffi.a / zerobus_ffi.lib)
  • Dynamic library for C#/others (libzerobus_ffi.so / .dll)
  • C header file (zerobus.h)