Trangar
Trangar
For bincode 1.3.3 we're not going to be making a breaking change for this. For [bincode 2](https://docs.rs/bincode/2.0.0-rc/bincode/) we have made the config mandatory, meaning that all methods have 2 (or...
Can you try the lifetimes that are used in this test? https://github.com/bincode-org/bincode/blob/trunk/tests/issues/issue_431.rs We should improve the ergonomics if this is the case
It might be easier for you to manually implement decode. You can check `target/generated/bincode/FooList_Decode.rs` for what the derive generates. `Cow` is a bit of an annoying structure for how bincode...
We will release bincode 2 when it's ready. All the maintainers have been very busy with non-OSS things this year, and we will not release untill all the issues tagged...
> How is bincode funded? Currently bincode is not funded at all, the maintainers are contributing to this in their spare time
We are aiming to be binary compatible with bincode 1.3.3. If the current RC is binary compatible with 1.3.3, then the current RC will be compatible with the 2.0 release....
Good idea 👍
cc @bugadani as you might have input on this
Your face is stale
If someone wants to write a PR with this, we can merge that. I've never worked with `deserialize_in_place`. It would be nice to add a test with `serde_derive` doing the...