Replies: 1 comment 1 reply
-
If you have something working feel free to make a draft PR so I can take a look at it. Adding optional dependencies is a bit of a conundrum as there are a lot of different crates that people might want to use with glam that are of varying levels of popularity and maturity, I don't want to end up adding a feature for a crate that ends up being abandoned or there's only one person who wants to use it. bincode itself at least looks pretty well established. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm interesting in implementing this feature since I need it for a project I am working on where I use the bincode crate for encoding/decoding binary streams. Is there interest for this feature?
Update: I already have working code for this, with the caveat that bincode is currently moving from v1 to v2, and my code works for the latest v2 release candidate.
Beta Was this translation helpful? Give feedback.
All reactions