A repository to test C calls from rust code
- Rust 69%
- Makefile 20.6%
- C 10.4%
|
Floréal Toumikian
b5c594b418
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
|
||
|---|---|---|
| C | Added: Extern C function pointers manipulation and usage | |
| src | Added: Extern C function pointers manipulation and usage | |
| .gitignore | Added: libhello and rust main program | |
| .woodpecker.yml | Changed: removed executable binary in favor of unit tests | |
| Cargo.lock | Added: libhello and rust main program | |
| Cargo.toml | Added: libhello and rust main program | |
| LICENSE | Changed: License in README.md | |
| Makefile | Added: Another implementation of the C code | |
| README.md | Updated: outdated build & test instructions | |
Hello from C
This project is apersonal experiment and examples meant to test shared object code from a program written in rust.
Run
In order run tests just execute:
cargo test
It should fail. To make it run properly you will want to build the required lib*.so
you can execute this :
make
LICENSE
This piece of software is available under HCL License.