Sign in
bazel
/
crubit
/
43114e8640ddd179b51a00c75964b5a5b9d3533a
/
.
/
examples
/
rs_bindings_from_cc_basics
/
README.md
blob: fdad5a90fd40c6cc5068cff300e5af601ba0950c [
file
] [
log
] [
blame
] [
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
.