CI: Publish the Rust library as CI Artifact
Is your feature request related to a problem? Please describe.
We should publish rust library in case if anyone wishes to write applications on top of it and also, it'll become easier for us to collaboratively debug the same error via getting the same lib version and not compiling the whole project again.
Describe the solution you'd like
Change the script in the concerned part to get the uploading done.
Describe alternatives you've considered
Stripping off and compressing the library to save space before uploading, as by default it takes ~100MB and doing operations mentioned earlier, it can be greatly reduced.
Additional context
NA