Closed masinc closed 2 years ago
I would like to suggest an implementation of a string conversion method such as Display Trait for the serde_yaml::value::tagged::Tag struct.
One of the issues I think about is whether the leading "!" should be added. at the beginning, but I think it is always OK to do so.
I would accept a PR for a Display impl which includes the leading "!".
Display
I would like to suggest an implementation of a string conversion method such as Display Trait for the serde_yaml::value::tagged::Tag struct.
One of the issues I think about is whether the leading "!" should be added. at the beginning, but I think it is always OK to do so.