|
|
|
|
|
by xfer
3127 days ago
|
|
And rust binaries all link the rust libs statically(you can change linking), maybe because it is easier to distribute static binaries that work everywhere than to distribute a bunch of libraries without official channel(your os distributions). |
|