Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 275 Bytes

File metadata and controls

8 lines (5 loc) · 275 Bytes

simple-c-api

  • cargo b --all to build all the crates
  • Find the dynamic library in target/debug/libsimple.dylib (or .so in linux)
  • Header file generated at include/simple.h
  • rapper is a rust wrapper for this c api, just for testing purposes, can safely ignore.