Alexhuszagh / minimal-lexical

Minimal float parser primitives with a focus on compile times.
Other
21 stars 5 forks source link

Is there anything we can do to get this into serde_json? #1

Closed rw closed 3 years ago

rw commented 4 years ago

Following up from https://github.com/serde-rs/json/issues/536, I'm like to help get this merged into serde_json. Is there anything we can do to help?

(My application has a hard requirement to correctly parse f32 and f64 values from JSON.)

rw commented 4 years ago

@Alexhuszagh bump! Feel free to email me if you have a moment.

Alexhuszagh commented 3 years ago

Hi @rw, sorry, I had to take a break from open source work for mental health reasons. Thanks for understanding, I'm glad to see it's been integrated into serde-json as a private fork. Also, thanks for all the suggestions for better feature development in lexical. I'm back to maintaining my open source projects, and doing much better.