mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
The main reason for adding rust dependency to scylla is the wasmtime library, which is written in rust. Although there exist c++ bindings, they don't expose all of its features, so we want to do that ourselves using rust's cxx. The patch also includes an example rust source to be used in c++, and its example use in tests/boost/rust_test. The usage of wasmtime has been slightly modified to avoid duplicate symbol errors, but as a result of adding a Rust dependency, it is going to be removed from `configure.py` completely anyway Signed-off-by: Wojciech Mitros <wojciech.mitros@scylladb.com> Closes #10341 * github.com:scylladb/scylla: docs: document rust tests: add rust example