Joroen has done some excellent work introducing R users to Rust
using the .C interface, but for this to be useful, we need to be able to
wrap functions and interfaces in an automated way through the .Call
interface which is a lot more complex.
Saying this, the two systems are highly complementary and I've provided
the raw interface, libR-sys so that alternate mechanisms can be supported.