Skip to content

Code examples meant to accompany the blog post Building a Rust Plugin for a C++ SDK

License

Notifications You must be signed in to change notification settings

twosixlabs/rust-blog-post

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Blog

This code accompanies a blog post written [here](TODO: add link).

Build

To make things easier, we suggest using a Docker image.

docker build . -t rustblog

Spin up a container using the newly build image

docker run --rm -it -v $(pwd):/code/ rustblog bash

Build and run the project.

make
LD_LIBRARY_PATH=cppcwrapper/ ./cpp/MyCppApp

About

Code examples meant to accompany the blog post Building a Rust Plugin for a C++ SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published