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.
- Host: GitHub
- URL: https://github.com/teodevgroup/teo-ffi
- Owner: teodevgroup
- Created: 2023-01-09T15:12:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-21T09:43:47.000Z (over 2 years ago)
- Last Synced: 2025-03-26T05:51:13.013Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```