what if i want to statically link rusts std lib to make the binary smaller? obviously wont be portable, just for experimental purposes.
if i cant do that, whats a good way to use other standard libraries like libc, or possibly even get c++ involved? if i wanna do no_std + windows, can i use windows-sys?
i meannn i guess im just using c with extra steps
anyway refer to my first question before this