Hello, I'm new to Rust and I just want to know if it is possible to add Rust code to an existing C++ project. It's a game called Minetest (similar to Minecraft), which is written in C++ and I want to write a new mapgen, but in Rust.
The Boilerplate Code looks something like this
http://dev.minetest.net/Mapgen#Boilerplate_Mapgen_Code
I just want to know if it is possible an where I can start to learn
Regards
Markus