pvginkel / strtod

A high precision floating point implementation for Rust
Apache License 2.0
7 stars 4 forks source link

Return the end position along with a parsed value #2

Closed RazrFalcon closed 7 years ago

RazrFalcon commented 7 years ago

Can it return a position when parsing ended?

pvginkel commented 7 years ago

It's been a very long time since I've done any Rust. Are you able to create a PR?

RazrFalcon commented 7 years ago

I ended up using an another solution. So I'm not interested in it for now.

pvginkel commented 7 years ago

Thanks. I'll close this ticket then.