An open API service indexing awesome lists of open source software.

https://github.com/teodevgroup/teo-ffi

FFI for interacting with Teo.
https://github.com/teodevgroup/teo-ffi

Last synced: about 1 year ago
JSON representation

FFI for interacting with Teo.

Awesome Lists containing this project

README

          

# Teo FFI

Compile the dynamic library.
```
cargo build
```

Compile the foreign program.
```shell
gcc example.c -o example -lteo_ffi -L./target/release
```

Run.
```shell
./example
```