5 ms·
Can you explain how this would work if there weren't optional fields in your struct? Because if you're just suggesting that you use optional fields, that alread
by Qwuke 2y ago
Can you explain how this would work if there weren't optional fields in your struct? Because if you're just suggesting that you use optional fields, that already works with vanilla serde.
Also, defaults for fields are already a vanilla serde feature.