Open kod-kristoff opened 5 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?
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?
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.
Sorry, I hadn't login to crates.io yet, now I am kod-kristoff there!
No worries. I've sent the invite. Can you let me know when everything works?
Ok, it works! Thanks!
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
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.