A small example project so I can learn how integrating C (C++) code with Rust works
- examples/one: A basic rust app which uses a C lib to add two i32s
- examples/two: A basic rust app which uses a C lib and bindgen
- examples/three: A basic rust app which uses a wrapper FFI rust crate to handle the calling of a C lib
- examples/four: A basic C app which uses a rust lib to add two i32s
- examples/five: A basic C app which uses a rust lib and bindgen
- examples/six: A basic C app which uses a wrapper FFI rust crate to handle the calling of a rust lib