mikedilger on Nostr: Until your OS ships /usr/rlib with .rlib files, all the rust dependencies have to be ...
Until your OS ships /usr/rlib with .rlib files, all the rust dependencies have to be packed into the binary.
Nice thing is, however, if you don't link to any C code the binary doesn't depend on your system libraries and survives distribution upgrades since linux doesn't break userspace and the binary talks directly to linux. [this is not true of gossip which links to C libraries]
Nice thing is, however, if you don't link to any C code the binary doesn't depend on your system libraries and survives distribution upgrades since linux doesn't break userspace and the binary talks directly to linux. [this is not true of gossip which links to C libraries]