pvginkel / strtod

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

Is strtod maintained? #5

Open kod-kristoff opened 5 days ago

kod-kristoff commented 5 days ago

I'm interested in using this library in a low-level parser to replace libc::strtod, but I see that an old pull request #4 is left unmerged.

I am also interested in merging the functionality in the fork https://github.com/Devolutions/strtod that returns the number of char's that is used from the input as well.

If you're not maintaining this crate anymore, I am can take over the maintaining.

pvginkel commented 4 days ago

Thank you for reaching out. Yes, I'm happy to hand over the create to you. I assume this relates to the crate on https://crates.io/crates/strtod? I'm happy to transfer ownership to you. Would you like me to add you as an owner?

kod-kristoff commented 4 days ago

Yes, that is the crate i am thinking of. And yes, you can add me as owner!

Is it by the way ok to relicense this as MIT/Apache-2.0 as is common in the Rust community?

pvginkel commented 4 days ago

Yes, I'm OK with changing the license.

What's your handle on crates.io? I can't seem to add kod-kristoff as an owner.

kod-kristoff commented 3 days ago

Sorry, I hadn't login to crates.io yet, now I am kod-kristoff there!

pvginkel commented 3 days ago

No worries. I've sent the invite. Can you let me know when everything works?

kod-kristoff commented 3 days ago

Ok, it works! Thanks!

kod-kristoff commented 13 hours ago

Here is the new release: https://crates.io/crates/strtod and the documentation is here https://docs.rs/strtod

Includes the fixes from PR pvginkel/strtod#4