logoalt Hacker News

flohofwoelast Sunday at 10:54 AM0 repliesview on HN

If you write a library in Rust and want to make that library available to other language ecosystems, not requiring a Rust compiler toolchain for using the library is a pretty big plus - instead create a C source distribution of the library, basically using C as the cross-platform intermediate format.