yogevm15
Results
2
issues of
yogevm15
I'm not sure about the stub generation. If I understood the code correctly, the class consts exported as class attribute methods rather than actual class variables. So, how should we...
I'm using the `remote` attribute in my derive proc macro within [serde_many](https://github.com/yogevm15/serde_many), and I've encountered an issue with constraining the implementation bounds added by the `Serialize` derive macro. This is...