I just think it would be nice adding a constructor for each struct because of how rust struct initialization is I have to identify each field each time I create a struct, which gets old fast. I don't if your current method can do it automatically or if you would be so kind as to write them but it would be greatly appreciated.
I just think it would be nice adding a constructor for each struct because of how rust struct initialization is I have to identify each field each time I create a struct, which gets old fast. I don't if your current method can do it automatically or if you would be so kind as to write them but it would be greatly appreciated.