Sign in
bazel
/
crubit
/
53b27fb3db1b08c6c00580c1a77408aede4ea83a
/
.
/
examples
/
rs_bindings_from_cc_basics
/
README.md
blob: fdad5a90fd40c6cc5068cff300e5af601ba0950c [
file
] [
view
]
# Minimal example of Rust bindings for C++ APIs
This
directory contains a minimal
self
-
contained example of how to
use
Crubit
to
call a C
++
function
from
Rust
code
.