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
{{ message }}
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
I built rustbreak with the explicit idea that there will be other serialization libraries in the future, which is why there is the DeSerializer. With that trait you can implement your own DeSerializer for any library you wish (and even make a crate out of it, if you think that might be helpful).
I won't be adding more different DeSerializers to the main crate though, so it would be up to you to make one. Don't worry though, it is very easy to do as can be seen in the ones in the crate:
speedy is faster than bincode
https://docs.rs/speedy/
The text was updated successfully, but these errors were encountered: