Skip to content

Files

Latest commit

 

History

History

complex-rust-to-cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Exposing a complex data-structure from rust to C++

This is a somewhat reduced example of how you can expose complex rust data-structures to C++ seamlessly.

It uses C++20 because I didn't want to write my own span<T> :-)

I wrote a blog post explaining it.