Can Rust be used to develop a shared library/module, that's efficiently callable from C/C++, and such that the library does not rely on Rust's runtime?<p>In other words, can Rust be 'incrementally' introduced into an ecosystem of libraries that are C or C++ only.