fu5ha/ultraviolet

Serde for Vec and Mat

MagicRB opened this issue · 5 comments

It would be really nice to have serde support behind a feature for the it makes sense for, I could only find Vec and Mat, though I might be missing some.

I'm going to try to take this up, shouldn't be that hard I suppose.

I need help with making a special case for the wide types, since they don't have Serialize and Deserialize implemented.
EDIT: Or I could just not put it in the macro..

fu5ha commented

PR #25 is in, as I stated in the PR, it's not really tested, but it should work, aka there is no reason why it shouldn't

fu5ha commented

Fixed by #38