You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if there was a way to decode bytes without the pointer (as things like data[:]) don't work. For that overload, if there wasn't enough space in the slice, it would need to return an error instead of resizing the slice.
The text was updated successfully, but these errors were encountered:
This is a really interesting request! I think I might be able to work this in more soon. I'm currently working on a reflect-based schema builder. So that people can use enkodo without having to write the custom Marshal and Unmarshal methods
It would be nice if there was a way to decode bytes without the pointer (as things like
data[:]
) don't work. For that overload, if there wasn't enough space in the slice, it would need to return an error instead of resizing the slice.The text was updated successfully, but these errors were encountered: