1
0
Fork
You've already forked hello-from-c
0
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
Updated: outdated build & test instructions
2023年09月15日 01:28:57 +02:00
C Added: Extern C function pointers manipulation and usage 2023年09月15日 01:11:28 +02:00
src Added: Extern C function pointers manipulation and usage 2023年09月15日 01:11:28 +02:00
.gitignore Added: libhello and rust main program 2023年08月23日 19:50:28 +02:00
.woodpecker.yml Changed: removed executable binary in favor of unit tests 2023年08月23日 23:10:09 +02:00
Cargo.lock Added: libhello and rust main program 2023年08月23日 19:50:28 +02:00
Cargo.toml Added: libhello and rust main program 2023年08月23日 19:50:28 +02:00
LICENSE Changed: License in README.md 2023年08月23日 21:00:35 +02:00
Makefile Added: Another implementation of the C code 2023年08月23日 20:34:40 +02:00
README.md Updated: outdated build & test instructions 2023年09月15日 01:28:57 +02:00

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.