Eric Thill

Results 5 comments of Eric Thill

This bug impacts me and I stumbled upon this issue. In case it helps, here's a simple example to reproduce. This compiles on `=0.2.0` but not on `0.2.1` ```rust use...

Ah, I see. So `Cow` in my case was always copying instead of borrowing, which means it is owned anyways. In that case, yes, `DeserializeOwned` is appropriate to fix #45,...

I'm not asking anyone to do any work here, but would y'all consider a `ciborium::de::from_slice` PR in the future that addresses this limitation? Or is your intention to only ever...

> Would this be an additional function? I believe that that would be required given the current dependence on the `Read` trait in `from_reader`. More expressive borrowing is needed.

Sure, but reporting this as it was a patch-level change and it has the ability to break CIs, as it did ours. Granted this lib is < 1.0.0. Thankfully we...