@phnt@nyanide@tyler@coolbean@rose it cant work tho , rustc is able to do certain optimizations because of the lack of abi . idont see anything wrong w doing c-abi stuff
how would u dynamically link a rust library ??? all the rust type system is compiled away when u build , so the only stuff youd keep is the c abi compatible stuff anyways . its ok to link that way