Rustaceans at the border
Rustaceans at the border
Posted Apr 15, 2022 19:05 UTC (Fri) by LoganDark (guest, #158019)In reply to: Rustaceans at the border by nix
Parent article: Rustaceans at the border
At least C++ has the benefit of "well USUALLY if you use the same C++ compiler it's compatible with pretty much all C++ libraries compiled by that compiler". Sometimes it's even compatible with other compilers. With Rust it's "the ABI is 100% undefined and changes basically every commit, you can't use generic types at all because they're not present at all in the library", etc.
At least Rust has the ability to declare C functions.
