Skip to content

quattervals/rust_cpp_bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use C++ in Rust using Cxx/Autocxx

Approach

We want to use the C++ Library "Person" in Rust. One of the constraints is that we don't want to alter the C++ library. Thus, we prefer leaking C++ types (i.e. their cxx-crate equivalents into Rust, but not the other way.

Todo

  • switch to autocxx
  • switch to diplomat
  • make a binding crate and a consumer crate

About

Expose a C++ library to Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors