You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Can you give some advice, how to convert float (4 bytes) to double (8 bytes). I am looking to convert float -> double in a way that to_string(double) to produce same string as original to_string(float ...