Skip to content

avivg/rust-opaque-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-opaque-example

Example of using opaque C structs in rust FFI project.

More details

Build the shared library

cd shared_lib
mkdir build
cd build
cmake ..
make

Run the example

cd opaque-rs
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:../shared_lib/build cargo test

About

Example of using opaque C structs in rust FFI project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published