Hi, I'm curious if it's still worth it using this crate or hasn't std already merged in this code according to?: https://github.com/rust-lang/rust/pull/86761 So just doing `f32::from_str(the_str).unwrap()` should get the float parsed fast now with Lemire algorithm right?