impl Deserialize
uses deserializer.deserialize_bytes
, unsupported by serde_ya?ml
#148
-
Hi! Deserializing e.g. a Neither https://docs.rs/crate/serde_yml/latest/source/src/de.rs#1908-1920 Error: https://docs.rs/crate/serde_yml/latest/source/src/modules/error.rs#125 What could be the best way forward? Could The same applies to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I think this question is actually an answer to the questions I asked in #138. Nice find. In #138, there is a suggestion to use I would accept a PR switching everything over to Thank you for bringing this up! |
Beta Was this translation helpful? Give feedback.
I think this question is actually an answer to the questions I asked in #138. Nice find. In #138, there is a suggestion to use
deserialize_str
, and my question was basically, "well, is the current implementation causing issues?" And it seems like it is.I would accept a PR switching everything over to
deserialize_str
. (Or I'll do it when I get a chance.)Thank you for bringing this up!