saphyr-rs / saphyr

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

Can we make `parse_f64` public? #19

Open tliron opened 3 days ago

tliron commented 3 days ago

It's here.

The use case would be for folk (like me) who are implementing their own version of SpannedEventReceiver, as is here. We also need to parse floats! For now, I have copied the function source code to my code, but it would be nice to use what Saphyr provides.

jasonish commented 3 days ago

I've done the same for my impl of a SpannedEventReceiver as well.