I was researching if there is a way to query rust library version information at runtime.
I thought I saw some post about cargo adds a uuid into the library that can be read the std rust function. However, I cannot find anything related to that now. So either I’m dreaming, or just can’t get google to cooperate.
I was hoping someone here could help me clarify if and how I can programmatically determine the version of a library built in rust.