On 2018-03-21, Sebastien Marie <[email protected]> wrote: > For me, rust FFI is a bit a shame: it is a *copy* of C headers, written > and maintained in Rust language. It is good for crosscompilation (as > Rust know how to build stuff without any C headers), but it is awful to > maintain and keep up-to-date.
If these headers are in one place, rather than being copied around between various programs which use them, it has an advantage over Go :-)

