Open ibotty opened 8 months ago
It is planned and will be in a different repository. There is no need of pulling the Yaml
object (which is what this crate is about) in order to implement serde
support.
Hi, is there a pointer to a repo where this will (eventually) live?
There is no need of pulling the
Yaml
object (which is what this crate is about) in order to implementserde
support.
Would be nice to have those types re-exported though. There's cases where being able to manipulate yaml objects before passing them to serde greatly simplifies implementation:
#[serde(untagged)]
deserialization),
Is serde support in scope (as a feature flag) or should it be in a separate repository?