/teo-ffi

FFI for interacting with Teo.

Primary LanguageRust

Teo FFI

Compile the dynamic library.

cargo build

Compile the foreign program.

gcc example.c -o example -lteo_ffi -L./target/release

Run.

./example