Ubuntu Will Replace GNU Core Utilities With Rust
Posts 0Comments 114Joined 1 yr. ago
Posts
0
Comments
114
Joined
1 yr. ago
Deleted
Windows doesn't "just work"
Deleted
Windows doesn't "just work"
Deleted
Windows doesn't "just work"
Deleted
Windows doesn't "just work"
Deleted
Windows doesn't "just work"
Deleted
Windows doesn't "just work"
Deleted
Windows doesn't "just work"
Deleted
Windows doesn't "just work"
Deleted
Windows doesn't "just work"
Deleted
Windows doesn't "just work"
As long as two binaries are compiled with the same version of the Rust compiler, they are ABI compatible. Even if the compiler version differs, I've found that changes to the ABI are fairly uncommon. Furthermore, anything exposed through the C ABI is stable, so the problem can be circumvented if needed. It's not the most ergonomic solution, admittedly, but with some compromises dynamic linking is perfectly feasible.