xmtp / libxmtp

MIT License
33 stars 13 forks source link

Use bincode instead of serde_json #845

Closed tuddman closed 1 week ago

tuddman commented 2 weeks ago

Summary

As I was over in RustCrypto/formats manually mapping byte sequences to make serde custom deserialization work for tls_codec specific structs, I remembered that that is exactly what bincode already does.

So this is a quick detour/experiment to see if this will work instead (for now)