With C++
CXX ํฌ๋ ์ดํธ๋ ๋ฌ์คํธ์ C++ ์ฌ์ด์ ์์ ํ ์ํธ์ด์ฉ์ฑ์ ๊ฐ๋ฅํ๊ฒ ํด์ค๋๋ค.
์ ์ฒด์ ์ธ ์ ๊ทผ ๋ฐฉ๋ฒ์ ๋ค์๊ณผ ๊ฐ์ต๋๋ค.
The CXX crate makes it possible to do safe interoperability between Rust and C++.
The overall approach looks like this:
์ฌ์ฉํ๋ ๋ฐฉ๋ฒ์ ๋ํด์๋CXX ํํ ๋ฆฌ์ผ ๋ฅผ ์ฐธ์กฐํฉ๋๋ค.
See the CXX tutorial for an full example of using this.