Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

example_rust_c_integration

A small example project so I can learn how integrating C (C++) code with Rust works

Example Descriptions

  • 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

About

A small example project so I can learn how integrating C (C++) code with Rust works

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors