Absolutely! That's called static linking, as in the library is included in the executable. Most Rust programs are compiled that way.
PlexSheep
joined 2 years ago
Software changes. Version 0.5 will not have the same features as Version 0.9 most of the time. Features get added over time, features get removed over time and the interface of a library might change over time too.
As a software dev, the only thing you can do is keep the same API for ever, but that is not always feasible.
Schweren Herzens bin ich auch gewechselt jetzt. Feddit hat ja leider seit längerem immer mal wieder Probleme.
No problem. Good luck with your rust journey, it's imo the best programming language.