Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 305 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 305 Bytes

C client

Dependencies

  • Install cbindgen
    • cargo install cbindgen

Building

  • Generate headers: ./tools/generate.sh

    • Will generate exocore.h header
  • Build: cargo build

    • Will generate dynamic & static libs in workspace's target directory.