saphyr-rs / saphyr

A set of crates dedicated to parsing YAML.
58 stars 5 forks source link

serde support #1

Open ibotty opened 8 months ago

ibotty commented 8 months ago

Is serde support in scope (as a feature flag) or should it be in a separate repository?

Ethiraric commented 7 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.

jgrund commented 4 months ago

Hi, is there a pointer to a repo where this will (eventually) live?

Caellian commented 1 month ago

There is no need of pulling the Yaml object (which is what this crate is about) in order to implement serde 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: